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

2 lines
34 B
Plaintext

(function(x) { return x * 2 })(5)