aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdzref2
1 files changed, 1 insertions, 1 deletions
diff --git a/dzref b/dzref
index e446d698..c0edb319 100755
--- a/dzref
+++ b/dzref
@@ -102,7 +102,7 @@ _withRef ← ˙
# removes comments and replaces built-ins with names
E_proc ← {
l←≠chr
- q←≠`𝕩∊"""'" ⋄ f←¬∨`q¬⊸∧𝕩='#'
+ q←≠`𝕩∊"""'" ⋄ f←(𝕩=lf)≥○(↕∘≠⊸(⌈`×))q<𝕩='#'
∾ (((l×f/q)+chr⊸⊐) (≥⟜l)◶⟨⊑⟜names,⥊∘⊢⟩¨ ⊢) f/𝕩
}