test/script/basic/funcconstructor.js.EXPECTED

Print this page

        

*** 2,10 **** 225 function (x) { print('anon func'); return x*x; } syntax error? true ! SyntaxError: <function>:2:13 Missing close quote print('hello) ^ done --- 2,10 ---- 225 function (x) { print('anon func'); return x*x; } syntax error? true ! SyntaxError: <function>:1:13 Missing close quote print('hello) ^ done