Closed lgto4 closed 5 years ago
println([3, 2, 1]); produces the complaint "It looks like you're trying to use println(). In case you forgot, you can use it like: println(data) | ProcessingJS".
println([3, 2, 1]);
That makes sense. We do a lot of things with regexes that we should probably be doing with an AST.
Is this still an issue?
Yes, the one line program still fails in the manner originally described.
println([3, 2, 1]);
produces the complaint "It looks like you're trying to use println(). In case you forgot, you can use it like: println(data) | ProcessingJS".