aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/fromJ.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-13 10:28:39 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-03-13 10:28:39 -0500
commit0658e1ba9dc1095449e4c0289324955716d402ef (patch)
tree7a0a3716d634c69bcf77afe0da9fc9ec9983ff4a /docs/doc/fromJ.html
parent02d3ccdaee34c83aa26448794f4f98ef0adae58c (diff)
Use •Eval or •BQN instead of ⍎
Diffstat (limited to 'docs/doc/fromJ.html')
-rw-r--r--docs/doc/fromJ.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html
index 02fc397c..a39e156c 100644
--- a/docs/doc/fromJ.html
+++ b/docs/doc/fromJ.html
@@ -569,6 +569,16 @@
<td></td>
</tr>
<tr>
+<td><code><span class='String'>&quot;</span><span class='Number'>.</span></code></td>
+<td><code><span class='Function'>•Eval</span></code></td>
+<td></td>
+</tr>
+<tr>
+<td><code><span class='String'>&quot;</span><span class='Value'>:</span></code></td>
+<td><code><span class='Function'>•Fmt</span></code></td>
+<td></td>
+</tr>
+<tr>
<td><code><span class='Value'>e.</span></code></td>
<td><code><span class='Function'>&gt;&lt;</span><span class='Modifier2'>∘</span><span class='Function'>∾∊</span><span class='Modifier'>¨</span><span class='Function'>⊢</span></code></td>
<td><code><span class='Function'>∊</span></code></td>
@@ -598,6 +608,11 @@
<td><code><span class='Function'>≡</span></code></td>
<td></td>
</tr>
+<tr>
+<td><code><span class='Value'>o.</span></code></td>
+<td><code><span class='Number'>π</span><span class='Modifier2'>⊸</span><span class='Function'>×</span></code></td>
+<td><code><span class='Value'>•math</span></code></td>
+</tr>
</tbody>
</table>
<p>Some J modifier expressions are translated below. BQN doesn't keep track of the rank of functions, so the &quot;close&quot; compositions <code><span class='String'>@</span></code> <code><span class='Value'>&amp;</span></code> <code><span class='Value'>&amp;</span><span class='Number'>.</span></code> have no BQN equivalents: instead, specify a rank after composing.</p>