aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-24 21:39:31 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-09-24 21:39:31 -0400
commitbbba31aedf5ce12d4a5eb24f477e3041cab1e27f (patch)
tree99edf69520e2ced552987cc030f882b80b5e9e53 /doc
parent20fd9d57e03326211dc2e746d59fa25d589d28c2 (diff)
Add :: to ⎊ in the other direction
Diffstat (limited to 'doc')
-rw-r--r--doc/fromJ.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fromJ.md b/doc/fromJ.md
index 74c30d14..a04b8987 100644
--- a/doc/fromJ.md
+++ b/doc/fromJ.md
@@ -101,9 +101,9 @@ Some other primitives are essentially the same in J and BQN, but with different
|:---:|:---:|:---:|:---:|:----:|:----:|:----:|:----:|:---:|:---:|:-----:|:-----:|
| BQN | `×` | `÷` | `⋆` | `⋆⁼` | `√` | `⌊` | `⌈` | `⊣` | `⊢` | `⌽` | `⍉` |
-| J | `~` | `@:` | `&:` | `&.:` | `:` | `"` | `L:` | `^:` |
-|:---:|:---:|:----:|:----:|:-----:|:---:|:---:|:----:|:----:|
-| BQN | `˜` | `∘` | `○` | `⌾` | `⊘` | `⎉` | `⚇` | `⍟` |
+| J | `~` | `@:` | `&:` | `&.:` | `:` | `"` | `L:` | `^:` | `::` |
+|:---:|:---:|:----:|:----:|:-----:|:---:|:---:|:----:|:----:|:----:|
+| BQN | `˜` | `∘` | `○` | `⌾` | `⊘` | `⎉` | `⚇` | `⍟` | `⎊` |
The tables below give approximate implementations of J primitives. J has a whole lot of complicated primitives that no one uses (some of which are officially deprecated), so not everything is translated here. Operations that only apply to complex numbers are omitted because no BQN implementation currently supports them.