test/script/basic/exprclosure.js.EXPECTED

Thu, 12 Oct 2017 19:52:15 +0800

author
aoqi
date
Thu, 12 Oct 2017 19:52:15 +0800
changeset 1205
4112748288bb
parent 963
e2497b11a021
permissions
-rw-r--r--

merge

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

mercurial