test.in (169B)
1 let myhash = { 2 "value1": 1, 3 "value2": "two", 4 "value3": "three" 5 }; 6 7 let one = "value"; 8 let two = "2"; 9 10 let myfunc = fn(h) { 11 puts(h[one+two]); 12 }; 13 14 myfunc(myhash);
umx_compilerUMX virtual machine "Monkey" interpreter / bytecode compiler | |
git clone git://bsandro.tech/umx_compiler | |
Log | Files | Refs | README | LICENSE |