aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/cjs.bqn8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/cjs.bqn b/src/cjs.bqn
index d5566edf..8796df9a 100755
--- a/src/cjs.bqn
+++ b/src/cjs.bqn
@@ -10,6 +10,8 @@ L ← "["∾"]"∾˜1↓·∾","⊸∾⟜⍕¨
G ← ⟨L∾⟜25,L Fmt¨,L⟨⊑"fmd"⊸⊐,⊢,⊢,≠⟩⊸(L{𝕎𝕩}¨)¨⟩ {𝕎𝕩}¨ 0‿1‿3 ⊏ Symcomp
Gen ← L G
GenLong ← ∾ (1‿2/⟨" new Uint8Array("∾∾⟜")"⋄((•UCS 10)∾" ,")⊸∾⟩) {𝕎𝕩}¨ G
-• ← ∾∾⟜(•UCS 10)¨ Gen¨ •args
-#• ← GenLong •EX •path∾"pr.bqn"
-#• ← GenLong ∾∾⟜(•UCS 10)¨ •LNS •path∾"c.bqn"
+• ← (⊑"r"‿"c"⊐⊏)◶⟨
+ {𝕩⋄GenLong •EX •path∾"pr.bqn"}
+ {𝕩⋄GenLong ∾∾⟜(•UCS 10)¨ •LNS •path∾"c.bqn"}
+ ∾·∾⟜(•UCS 10)¨ Gen¨
+⟩ •args