diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-15 17:26:30 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-15 17:26:34 -0500 |
| commit | 9ca6a97ade483d5cc6dfbffc3af35b88385381e8 (patch) | |
| tree | 4712d4ef3c390bdc997b29fa7ba9b6fa81e7097c /docs/try.html | |
| parent | 28e8c10388a0f139717cf73f40a02d939cdd8103 (diff) | |
Point out that REPL window resizes
Diffstat (limited to 'docs/try.html')
| -rw-r--r-- | docs/try.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html index 8b90ecfa..d6617dbb 100644 --- a/docs/try.html +++ b/docs/try.html @@ -31,7 +31,7 @@ Notes: <ul> <li>You can type special characters with a back<em>slash</em> prefix, as shown by hovering over the character bar above. Documentation links for primitives are <a href="doc/primitive.html">here</a>.</li> - <li>Any modifier with enter will execute (not just shift).</li> + <li>Any modifier with enter will execute, not just shift. The code window is vertically resizeable.</li> <li>Support for function headers and multiple bodies is missing.</li> <li>It's slow, but not <em>that</em> slow: usually most of the time is spent compiling your code, and sometimes from formatting the output. Chrome is faster than Firefox here, and speeds up over a few runs as JIT compilation kicks in.</li> </ul> |
