diff options
Diffstat (limited to 'doc/fromDyalog.md')
| -rw-r--r-- | doc/fromDyalog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index bbb99376..ced9c774 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -16,7 +16,7 @@ Here are some closest equivalents in Dyalog APL for the BQN functions that don't | Monad | `,⍀` | `⌽,⌽⍀⌽` | `⍳` | `⍸` | `⍋` | `⍒` | `⊣⌿` | `⊃` | | `…` | `≠` | `∪` | `⌸` | | Dyad | `↑` | `↓` | `,⌿` | `⌿` | `⍸` | `⌽⍸⌽` | `⌷` | `⊃` | `⍳` | `…` | `∊` | `⍷` | `⌸` or `⊆` | -Modifiers and combinators are a little harder. Many have equivalents in some cases, but Dyalog sometimes chooses different functionality based on whether the operand is an array. In BQN an array is always treated as a constant function. +Modifiers are a little harder. Many have equivalents in some cases, but Dyalog sometimes chooses different functionality based on whether the operand is an array. In BQN an array is always treated as a constant function. | BQN | `¨` | `⌜` | `´` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | |--------|-----|------|-----|-----|-----|-----|-----|-----|-----| |
