diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-15 13:39:13 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-15 13:39:13 -0400 |
| commit | a23f6f3c4870cbe3f3f02831806b4970f04fc10b (patch) | |
| tree | 17d061fa3e077ca203f8fbaccd71b32a7630b3eb /doc | |
| parent | 7cc2e66790a2d1baa871d1491291f1c4e0b3f2cb (diff) | |
Add Scan to BQN-to-Dyalog translations
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fromDyalog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index c50d6028..45acb0cd 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -73,9 +73,9 @@ Here are some closest equivalents in Dyalog APL for the BQN functions that don't 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 | `¨` | `⌜` | `˝` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | -|:------:|:---:|:----:|:---:|:----:|:---:|:---:|:----:|:---:|:---:| -| Dyalog | `¨` | `∘.` | `⌿` | `⍤A` | `⍣` | `⍨` | `⍤f` | `⍥` | `∘` | +| BQN | `¨` | `⌜` | `˝` | `` ` `` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | +|:------:|:---:|:----:|:---:|:-------:|:----:|:---:|:---:|:----:|:---:|:---:| +| Dyalog | `¨` | `∘.` | `⌿` | `⍀` | `⍤A` | `⍣` | `⍨` | `⍤f` | `⍥` | `∘` | Some other BQN modifiers have been proposed as future Dyalog extensions: |
