diff options
Diffstat (limited to 'docs/tutorial/variable.html')
| -rw-r--r-- | docs/tutorial/variable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html index 4db40728..33f1e48c 100644 --- a/docs/tutorial/variable.html +++ b/docs/tutorial/variable.html @@ -3,7 +3,7 @@ <link href="../style.css" rel="stylesheet"/> <title>BQN Tutorial: Variables</title> </head> -<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">tutorial</a></div> +<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">tutorial</a></div> <h1 id="tutorial-variables">Tutorial: Variables</h1> <p>To take a proud denizen of the eternal cosmos of values, held for a fleeting instant by the course of code, and bind it. Tie it down with a name, failing always to alter its inner nature but allowing context to reform its outer appearance. So labelled, perhaps through the progress of time it will know escape, or else find itself passed through one bond to another, ever tethered. It's a task to be approached only with respect.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=aGV5IOKGkCAiSGkgdGhlcmUiCgpoZXkg4oi+ICIsIFdvcmxkISI=">↗️</a><pre> <span class='Value'>hey</span> <span class='Gets'>←</span> <span class='String'>"Hi there"</span> |
