aboutsummaryrefslogtreecommitdiff
path: root/src/cjs.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-09 11:42:29 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-09 11:42:29 -0400
commite27c7603f0dfdb257a569ebd008f49b22c760fa0 (patch)
tree5ee856c32ae592b9988dce764e311eacc1a9b51e /src/cjs.bqn
parent2b0830e4d3b703d84b7acea875dfa69cb7f1ec2a (diff)
No need for final Compile line since it's already at the end of c.bqn
Diffstat (limited to 'src/cjs.bqn')
-rwxr-xr-xsrc/cjs.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cjs.bqn b/src/cjs.bqn
index cb60b7df..d5566edf 100755
--- a/src/cjs.bqn
+++ b/src/cjs.bqn
@@ -12,4 +12,4 @@ 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")∾<"Compile"
+#• ← GenLong ∾∾⟜(•UCS 10)¨ •LNS •path∾"c.bqn"