aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xc.bqn4
1 files changed, 2 insertions, 2 deletions
diff --git a/c.bqn b/c.bqn
index e530779e..054f6e13 100755
--- a/c.bqn
+++ b/c.bqn
@@ -170,8 +170,8 @@ DGenFn←{
⟨t,r,nVar,lits⟩←Tokenize𝕩
⟨bc,u⟩←nVar‿r DParse t
o←(u-(vi+nVar-≠prims)×u≥vi)⊏prims∾LitVal¨lits
- ⟨bc,o,nVar↑•a,⟨⟩⟩
+ ⟨bc,o,nVar↑•a,⟨'f'‿1‿0⟩⟩
}
DRun←{
- 'a' •COMP DGenFn 𝕩
+ •COMP DGenFn 𝕩
}