diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-20 17:01:12 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-20 17:01:12 -0500 |
| commit | 75c3c676f141ea0a234d600bf899d17ad608d70d (patch) | |
| tree | 7c996831a55b33a5c2e0fc3f262c698f6c65ddba /docs/try.html | |
| parent | c73b7c2aa9af05e1245a1ab6d47aa39d0453f1e9 (diff) | |
Remove fill element disclaimer
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 6931072b..8b90ecfa 100644 --- a/docs/try.html +++ b/docs/try.html @@ -32,7 +32,7 @@ <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>Support for function headers and multiple bodies is missing. Fill elements aren't tracked: instead 0 is always used.</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> </p> |
