aboutsummaryrefslogtreecommitdiff
path: root/doc/glossary.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-30 21:41:33 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-30 21:42:35 -0500
commitc208d37754ae81d9e67c80affa58c5ca8da95ee5 (patch)
tree3d8206cbc04a4bf61e81f382e1d57dedccc699a3 /doc/glossary.md
parenteb2325923fcac6970f578b9f970b15a41ebabd1c (diff)
Add partial documentation page on tacit programming (fixes #36)
Diffstat (limited to 'doc/glossary.md')
-rw-r--r--doc/glossary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glossary.md b/doc/glossary.md
index f274673e..fcbb4c72 100644
--- a/doc/glossary.md
+++ b/doc/glossary.md
@@ -130,4 +130,4 @@ The possible roles are:
* [**Header**](block.md#block-headers): A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon `:`.
* [**Label**](block.md#short-headers): A header consisting of a single name.
* **Body**: One sequence of statements in a block. Bodies, possibly preceded by headers, are separated by semicolons `;`.
-* **Tacit**: Code that defines functions or modifiers without using blocks.
+* [**Tacit**](tacit.md): Code that defines functions without using blocks.