Files
cell/vm_test/func_expr.txt
2026-02-05 10:44:53 -06:00

2 lines
43 B
Plaintext

var f = function(x) { return x * 2 }; f(3)