diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-26 22:19:44 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-26 22:19:44 -0500 |
| commit | ff028475a66c8d28c655d032e13388e6cbceffbc (patch) | |
| tree | 405e4fbfa483adbd02760e8efd2e3f843a7caceb /docs/tutorial/index.html | |
| parent | 59bbbbf0b2702906cdd1b08429b9712b7c77d39a (diff) | |
Add beginning of variables tutorial
Diffstat (limited to 'docs/tutorial/index.html')
| -rw-r--r-- | docs/tutorial/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html index 83be4ea2..33ed9f53 100644 --- a/docs/tutorial/index.html +++ b/docs/tutorial/index.html @@ -32,5 +32,10 @@ <td>Tacit programming, booleans</td> <td><code><span class='Function'><>≠=≤≥≡≢</span><span class='Modifier2'>○⊸⟜</span></code></td> </tr> +<tr> +<td><a href="variable.html">Variables</a></td> +<td>Declarations, cross-roles</td> +<td><code><span class='Function'>∧∨¬↑↓«»</span><span class='Modifier2'>⌾</span></code></td> +</tr> </tbody> </table> |
