aboutsummaryrefslogtreecommitdiff
path: root/md.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-14 16:01:03 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-14 16:01:03 -0400
commitfcd6f3feb1d12e4a1ec271e560ebe804f4ae5d68 (patch)
tree00e72a7d377a09949b863af280729fcf629daa2a /md.bqn
parent7c388daec05b65a810aae6917ae28a9c9b910254 (diff)
Move from •EX to •Import
Diffstat (limited to 'md.bqn')
-rw-r--r--md.bqn4
1 files changed, 2 insertions, 2 deletions
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