diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/primitive.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
