From 27324e2336d104dde0b02e12ca33d2ca5034a68c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 31 Jan 2021 17:34:33 -0500 Subject: Swapped table rows --- doc/fromJ.md | 6 +++--- docs/doc/fromJ.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/fromJ.md b/doc/fromJ.md index 838f2310..e549533a 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -36,8 +36,8 @@ In J, the part of speech is an inherent property of a value, while in BQN it is | `NB.` | `#` | | `'` | `"` | `'` creates characters | `=.` and `=:` | `←` and `↩` | `←` to define; `↩` to modify -| `3 :…` or `{{…}}` | `;` | To separate function cases -| `:` | `{…}` | +| `3 :…` or `{{…}}` | `{…}` | +| `:` | `;` | To separate function cases | `x` `y` | `𝕨` `𝕩` | `𝕊` for block function self-reference | `u` `v` | `𝔽` `𝔾` | `𝕣` for block modifier self-reference | `_` | `¯` or `∞` | @@ -65,7 +65,7 @@ Functions `+` `-` `|` `<` `>` are the same in both languages. | BQN | `↑` | `↓` | `↕` | `»` | `«` | `/` | |:-----:|:----:|:-----:|:----:|:--------------:|:---------------:|:----:| | Monad | `<\` | `<\.` | `i.` | `#{.(_1-#){.]` | `-@#{.(1+#){.]` | `I.` | -| Dyad | `{.` | `}.` | `<\` | `#@]{.,` | `-@#@]{.,~` | `#` | +| Dyad | `{.` | `}.` | `]\` | `#@]{.,` | `-@#@]{.,~` | `#` | | BQN | `⍋` | `⍒` | `⊏` | `⊑` | `⊐` | `⊒` | `∊` | `⍷` | `⊔` | |:-----:|:----:|:-------:|:----:|:-------:|:-------:|:---:|:----:|:----:|:---------:| diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html index 4dbce0d8..a74ef8bf 100644 --- a/docs/doc/fromJ.html +++ b/docs/doc/fromJ.html @@ -67,13 +67,13 @@ 3 :… or {{}} -; -To separate function cases +{} + : -{} - +; +To separate function cases x y @@ -218,7 +218,7 @@ Dyad {. }. -<\ +]\ #@]{., -@#@]{.,~ # -- cgit v1.2.3