afu8u/nashorn/test/script/basic/NASHORN-90.js.EXPECTED

6 lines
67 B
Plaintext

avg.length = 2
function (x,y) {
return x + y/ 2
}
avg(34, 44) = 56