Home
Playground
Docs
GitHub
made with 💜
bethropolis
Mimo code
Add
Fibonacci
Syntax
Run
1
2
3
4
5
6
7
8
9
function add(a,b) return + a b endfunction set x 5 set y 2 call add(x,y) -> result show result
javascript code
1
AST generated
[]
Terminal
Clear