mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-14 07:45:04 +00:00
www: fix REPL link
This commit is contained in:
parent
b3ab54ac90
commit
8e65462887
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
results. It remembers recent expressions entered in the current session (if you press the up arrow),
|
||||
but it can't yet execute effects, and any named variables you define currently exist only for the
|
||||
next expression it evaluates; they don't yet persist for the remainder of the session. You can try
|
||||
out the REPL in a browser at <a href="roc-lang.org/repl">roc-lang.org/repl</a> - it uses a
|
||||
out the REPL in a browser at <a href="https://roc-lang.org/repl">roc-lang.org/repl</a> - it uses a
|
||||
WebAssembly build of Roc's compiler, and compiles the code you write to WebAssembly on the fly,
|
||||
which it then executes in the browser to display the answer.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue