Monkey Playground
Enter Monkey code below. Code is compiled to bytecode and run in a VM with wasm.
reference
source
run
let main = fn() { let a = "hello world!"; a; } main();