From 7c00f3d8cebd01591dbb913b084d8494d42a2dd2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 2 Sep 2020 21:53:47 -0400 Subject: =?UTF-8?q?Add=20constant=201-modifier=20=CB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/primitive.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/primitive.md b/doc/primitive.md index 3a2d72a6..527312ab 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -57,6 +57,7 @@ Functions that have significant differences from APL functions are marked with a Glyph | Name(s) | Definition | Description ------|-------------|--------------------------------|--------------------------------------- +`Λ™` | Constant | `{𝕩⋄𝕗}` | Return a function that returns the operand `˜` | Self/Swap | `{π•©π”½π•¨βŠ£π•©}` | Duplicate one argument or exchange two `∘` | Atop | `{𝔽𝕨𝔾𝕩}` | Apply `𝔾` to both arguments and `𝔽` to the result `β—‹` | Over | `{(𝔾𝕨)𝔽𝔾𝕩}` | Apply `𝔾` to each argument and `𝔽` to the results -- cgit v1.2.3