diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-14 16:01:03 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-10-14 16:01:03 -0400 |
| commit | fcd6f3feb1d12e4a1ec271e560ebe804f4ae5d68 (patch) | |
| tree | 00e72a7d377a09949b863af280729fcf629daa2a /md.bqn | |
| parent | 7c388daec05b65a810aae6917ae28a9c9b910254 (diff) | |
Move from •EX to •Import
Diffstat (limited to 'md.bqn')
| -rw-r--r-- | md.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
