From c208d37754ae81d9e67c80affa58c5ca8da95ee5 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 30 Jan 2022 21:41:33 -0500 Subject: Add partial documentation page on tacit programming (fixes #36) --- docs/doc/glossary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/glossary.html') 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 @@
  • Header: A preface to a body in a block function or modifier indicating possible inputs, which is followed by a colon :.
  • Label: 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: Code that defines functions without using blocks.
  • -- cgit v1.2.3