diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-28 19:54:56 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-28 19:54:56 -0400 |
| commit | 9d2f6f08c145f03e907bc5e1e25d41e7f024e53e (patch) | |
| tree | 4b3425c33617554a32e70504084ff0463fe413b0 | |
| parent | 422f30b91b35deebf74852254c5cc43d4f93fe67 (diff) | |
Link from help for . to namespace page
| -rw-r--r-- | docs/help/namespacefield.html | 1 | ||||
| -rw-r--r-- | help/namespacefield.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/namespacefield.html b/docs/help/namespacefield.html index 800cb389..5b69ae6f 100644 --- a/docs/help/namespacefield.html +++ b/docs/help/namespacefield.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="full-stop-"><a class="header" href="#full-stop-">Full Stop (<code><span class='Value'>.</span></code>)</a></h1> <h2 id="ns--name-namespace-field"><a class="header" href="#ns--name-namespace-field"><code><span class='Value'>ns</span> <span class='Value'>.</span> <span class='Value'>name</span></code>: Namespace Field</a></h2> +<p><a class="fulldoc" href="../doc/namespace.html">→full documentation</a></p> <p>Access a field with name <code><span class='Value'>name</span></code> in namespace <code><span class='Value'>ns</span></code>. Field must have been exported with <code><span class='Gets'>⇐</span></code>.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=e2Hih5AxfSAuIGEKCntG4oeQLX0uRiA1">↗️</a><pre> <span class='Brace'>{</span><span class='Value'>a</span><span class='Gets'>⇐</span><span class='Number'>1</span><span class='Brace'>}</span> <span class='Value'>.</span> <span class='Value'>a</span> 1 diff --git a/help/namespacefield.md b/help/namespacefield.md index fba660e9..9968f54d 100644 --- a/help/namespacefield.md +++ b/help/namespacefield.md @@ -3,6 +3,7 @@ # Full Stop (`.`) ## `ns . name`: Namespace Field +[→full documentation](../doc/namespace.md) Access a field with name `name` in namespace `ns`. Field must have been exported with `⇐`. |
