diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-20 07:58:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-20 07:58:45 -0500 |
| commit | badafe5340c98a71c72d1f161a4756dc7782ba86 (patch) | |
| tree | bc89e3b80c84d854f382e03fdbb5a43e08d791b8 /docs/help/system.html | |
| parent | 97e5db7fa0bf2389589a99ccd26cf84c1e0ced73 (diff) | |
| parent | f3d45a1ca914d59968531a6d5c409d80b73e53c3 (diff) | |
Merge pull request #58 from razetime/master
complete REPL help for symbols
Diffstat (limited to 'docs/help/system.html')
| -rw-r--r-- | docs/help/system.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/help/system.html b/docs/help/system.html new file mode 100644 index 00000000..ae887af1 --- /dev/null +++ b/docs/help/system.html @@ -0,0 +1,10 @@ +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> + <title>BQN: Bullet (`•`)</title> +</head> +<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="bullet-"><a class="header" href="#bullet-">Bullet (<code><span class='Value'>•</span></code>)</a></h1> +<h2 id="-system"><a class="header" href="#-system"><code><span class='Value'>•</span></code>: System</a></h2> +<p>A prefix for system functions. <code><span class='Value'>•listSys</span></code> gives a list of system values added in any BQN implementation.</p> +<p><code><span class='Value'>•</span></code> is ignored when determining the role of the system value.</p> |
