From fcd6f3feb1d12e4a1ec271e560ebe804f4ae5d68 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 14 Oct 2020 16:01:03 -0400 Subject: =?UTF-8?q?Move=20from=20=E2=80=A2EX=20to=20=E2=80=A2Import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- md.bqn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'md.bqn') diff --git a/md.bqn b/md.bqn index fef35ee0..16d14491 100644 --- a/md.bqn +++ b/md.bqn @@ -173,7 +173,7 @@ blobURL ← repoURL∾"/blob/master/" # Environments _getCodeExec ← {𝕗⋄⍎} -_getSvgExec ← {𝕗⋄⟨•path∾"svg.bqn","⍎"⟩ •EX •path∾"dzref"} +_getSvgExec ← {𝕗⋄⟨•path∾"svg.bqn","⍎"⟩ •Import •path∾"dzref"} ################################ @@ -632,7 +632,7 @@ GetMultiHighlights ← { ################################ # Format an array to a character matrix # Won't work on functions until we can catch errors -fmtm ← ⟨•path∾"src/fmt.bqn"⟩ •EX •path∾"dzref" +fmtm ← ⟨•path∾"src/fmt.bqn"⟩ •Import •path∾"dzref" Fmt ← ⍕ _fmtm -- cgit v1.2.3