aboutsummaryrefslogtreecommitdiff
path: root/docs/try.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-21 10:22:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-21 10:22:17 -0400
commit62fbed88aeeafaa3cb1aff48e68f30454929e41a (patch)
tree02debb81841069abc10558c5e35fa269d4dabfd9 /docs/try.html
parent58207c4f90b05101b3c7eaf1e9bac8510f43603f (diff)
Discuss the pure-functional nature of primitives in primitive.md
Diffstat (limited to 'docs/try.html')
-rw-r--r--docs/try.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index d6617dbb..865fd36c 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -30,7 +30,7 @@
<p>
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>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#functions">here</a>.</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>