blob: cd7b16dd91e4d3800f57e6f2f3b4f3636031da18 [file] [log] [blame]
anon func
225
function (x) {
print('anon func'); return x*x;
}
syntax error? true
SyntaxError: <function>:1:13 Missing close quote
print('hello)
^
done