Files
cell/vm_test/closure_basic.txt
2026-02-05 10:21:16 -06:00

2 lines
63 B
Plaintext

var f = function(x) { return function() { return x } }; f(5)()