mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
10 lines
165 B
Text
10 lines
165 B
Text
anon func
|
|
225
|
|
function (x) {
|
|
print('anon func'); return x*x;
|
|
}
|
|
syntax error? true
|
|
SyntaxError: <function>:1:13 Missing close quote
|
|
print('hello)
|
|
^
|
|
done
|