Repl and playground
Repl
:run
> x: void
> x = globalThis.console.log "hi"
>
Parsed successfully
> :run
hi
>:show
> x: number
> x = 1 + 10
>
Parsed successfully
> :show x
11
>:eval
:help
Playground
Last updated