From 65de4cbc3af217af2b966f490d6cef3315097a68 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 14 Nov 2021 21:37:08 -0500 Subject: Add predicate (?) to syntax table --- doc/syntax.md | 1 + docs/doc/syntax.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/doc/syntax.md b/doc/syntax.md index 76489695..20119992 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -25,6 +25,7 @@ Glyph(s) | Meaning `{}` | [Block](#blocks) such as a function definition `:` | [Block header](block.md#block-headers) `;` | [Block body separator](block.md#multiple-bodies) +`?` | [Predicate](block.md#predicates) `𝕨𝕎` | [Left argument](#blocks) `𝕩𝕏` | [Right argument](#blocks) `𝕤𝕊` | [Function self-reference](#blocks) diff --git a/docs/doc/syntax.html b/docs/doc/syntax.html index 54271ab0..25f4ea23 100644 --- a/docs/doc/syntax.html +++ b/docs/doc/syntax.html @@ -77,6 +77,10 @@ Block body separator +? +Predicate + + 𝕨𝕎 Left argument -- cgit v1.2.3