jdk-24/test/nashorn/script/basic/exprclosure.js.EXPECTED
2017-09-12 19:03:39 +02:00

5 lines
55 B
Plaintext

function(x) x*x
625
function fun(x) x * (x + 1) / 2
55