diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-30 21:41:33 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-30 21:42:35 -0500 |
| commit | c208d37754ae81d9e67c80affa58c5ca8da95ee5 (patch) | |
| tree | 3d8206cbc04a4bf61e81f382e1d57dedccc699a3 /docs/doc/glossary.html | |
| parent | eb2325923fcac6970f578b9f970b15a41ebabd1c (diff) | |
Add partial documentation page on tacit programming (fixes #36)
Diffstat (limited to 'docs/doc/glossary.html')
| -rw-r--r-- | docs/doc/glossary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/glossary.html b/docs/doc/glossary.html index 75048532..36482766 100644 --- a/docs/doc/glossary.html +++ b/docs/doc/glossary.html @@ -142,5 +142,5 @@ <li><a href="block.html#block-headers"><strong>Header</strong></a>: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon <code><span class='Head'>:</span></code>.</li> <li><a href="block.html#short-headers"><strong>Label</strong></a>: A header consisting of a single name.</li> <li><strong>Body</strong>: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons <code><span class='Head'>;</span></code>.</li> -<li><strong>Tacit</strong>: Code that defines functions or modifiers without using blocks.</li> +<li><a href="tacit.html"><strong>Tacit</strong></a>: Code that defines functions without using blocks.</li> </ul> |
