🐒 Monkey Language Interpreter
Loading WebAssembly module...
Welcome to the Monkey programming language REPL! Type your expressions below and press Enter to evaluate them.
>>
Clear
Reset Environment
Examples to try:
5 + 5 let x = 10; let add = fn(a, b) { a + b }; add(5, 5);