aboutsummaryrefslogtreecommitdiff
path: root/doc/fromJ.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fromJ.md')
-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.