diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-06 21:37:34 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-06 21:37:34 -0400 |
| commit | 45fbea8ed5d5346a6e1437348943421519b1ea3f (patch) | |
| tree | 471401aaaad3c62ecea21bd7ab2acdd71e3bcb4b /doc | |
| parent | 469606c1983236ca823e648fd664bd5f8dd391df (diff) | |
Add combinator diagram to the primitive page
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/primitive.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/primitive.md b/doc/primitive.md index 8252cac8..3c6faa8b 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -55,6 +55,8 @@ Functions that have significant differences from APL functions are marked with a ## Modifiers +<!--SVG combinator.bqn--> + *Combinators* only control the application of functions. Because a non-function operand applies as a constant function, some combinators have extra meanings when passed a constant. For example, `0˜` is identical to `0˙`—a constant function that always returns 0—and `0⊸<` is the function that tests whether its right argument is greater than 0. Glyph | Name(s) | Definition | Description |
