nashorn/test/script/basic/evalreturn.js.EXPECTED
author lana
Fri, 18 Sep 2015 10:46:52 -0700
changeset 32707 66a34f37d152
parent 31193 f019295fdeb3
permissions -rw-r--r--
Added tag jdk9-b82 for changeset 618ea3c86a0d

99
world
1
undefined
undefined
hello
Scoping OK
undefined
function() { print('moist and delicious!'); }
moist and delicious!
function() { print('sweet and crunchy!'); }
sweet and crunchy!