aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-06 22:26:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-11-06 22:26:37 -0500
commitf54a7bb43e110ef65186537871f43e10ebc8d98f (patch)
tree69b4ec9802e2741b0e8179b37998b7faa917f40c /docs
parent3989e85a5bb9956e80cd3ffdf4621ab143c078f4 (diff)
Update REPL page notes
Diffstat (limited to 'docs')
-rw-r--r--docs/try.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/try.html b/docs/try.html
index 13b5172f..0debb497 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -32,8 +32,8 @@
<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>BQN uses <code class="Ligature">‿</code> (backslash-space) for stranding, and not juxtaposition. If you don't know what went wrong, check for this first!</li>
- <li>This implementation is still WIP, and in particular some syntax errors are not checked (which can cause an "Internal compiler error" later). Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Performance is bad.</li>
+ <li>For errors in dyadic functions or modifiers, the caret indicating position will point to the left argument or operand, not the function itself.</li>
+ <li>Support for function headers and multiple bodies is missing, and Under (<code class="Modifier2">⌾</code>) only works for a small class of structural functions. Fill elements aren't tracked: instead 0 is always used. Performance is bad.</li>
</ul>
</p>