49c5af63c9
Reviewed-by: lagergren, hannesw, jlaskey
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
anon func
|
|
225
|
|
function (x) {
|
|
print('anon func'); return x*x;
|
|
}
|
|
syntax error? true
|
|
SyntaxError: <function>:1:13 Missing close quote
|
|
print('hello)
|
|
^
|
|
done
|