diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
| commit | 4821f231a00dc93c42fb437359ea657c59c63053 (patch) | |
| tree | 25727092b7b46d3491188c441ca536d9148772dd /docs/help/nullcharacter.html | |
| parent | 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff) | |
Add full documentation links to help pages
Diffstat (limited to 'docs/help/nullcharacter.html')
| -rw-r--r-- | docs/help/nullcharacter.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/help/nullcharacter.html b/docs/help/nullcharacter.html index 753d2d3c..24bcf67e 100644 --- a/docs/help/nullcharacter.html +++ b/docs/help/nullcharacter.html @@ -6,6 +6,7 @@ <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div> <h1 id="commercial-at-"><a class="header" href="#commercial-at-">Commercial At (<code><span class='String'>@</span></code>)</a></h1> <h2 id="-null-character"><a class="header" href="#-null-character"><code><span class='String'>@</span></code>: Null Character</a></h2> +<p><a class="fulldoc" href="../doc/syntax.html#constants">→full documentation</a></p> <p>Null character, code point 0 in ASCII. A shortcut character literal.</p> <p>Add to a code point number to get that character.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=QCs1MAoKQAoKQCs2NA==">↗️</a><pre> <span class='String'>@</span><span class='Function'>+</span><span class='Number'>50</span> |
