aboutsummaryrefslogtreecommitdiff
path: root/docs/help/nullcharacter.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/nullcharacter.html')
-rw-r--r--docs/help/nullcharacter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/help/nullcharacter.html b/docs/help/nullcharacter.html
index 506cfcf6..753d2d3c 100644
--- a/docs/help/nullcharacter.html
+++ b/docs/help/nullcharacter.html
@@ -6,8 +6,8 @@
<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>Null character, codepoint 0 in ASCII. Has the status of any other character.</p>
-<p>Can be added to any positive integer to get its character equivalent.</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>
'2'