nashorn/test/script/basic/evalreturn.js.EXPECTED
author hannesw
Tue, 22 Oct 2013 11:12:36 +0200
changeset 21445 9331776df031
parent 16147 e63b63819133
child 31193 f019295fdeb3
permissions -rw-r--r--
8027015: AutoCloseable no longer implements @FunctionalInterface Reviewed-by: lagergren, sundar

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