From 4fda9211c7e7bf16b137e2207abf1fc0e0261a11 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 20 Oct 2020 17:21:03 -0400 Subject: Handle newlines in E_proc comment detection --- dzref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/𝕩 } -- cgit v1.2.3