blob: e3094079221a4c972d95de25e5ee4a94f0be5487 (
plain)
1
2
3
4
5
6
7
8
9
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 defined system value names.</p>
<p><code><span class='Value'>•</span></code> is ignored when determining the role of the system value.</p>
|