diff options
| -rw-r--r-- | md.bqn | 2 | ||||
| -rwxr-xr-x | src/cjs.bqn | 4 | ||||
| -rw-r--r-- | src/f.bqn (renamed from src/fmt.bqn) | 0 |
3 files changed, 3 insertions, 3 deletions
@@ -619,7 +619,7 @@ GetMultiHighlights ← { ################################ # Format an array to a character matrix # Won't work on functions until we can catch errors -fmtm ← ⟨"src/fmt.bqn"⟩ •Import "dzref" +fmtm ← ⟨"src/f.bqn"⟩ •Import "dzref" Fmt ← ⍕ _fmtm diff --git a/src/cjs.bqn b/src/cjs.bqn index 8041b9bc..3fae00a8 100755 --- a/src/cjs.bqn +++ b/src/cjs.bqn @@ -13,10 +13,10 @@ J ← ∾∾⟜(@+10)¨ Fout ← (≠↑⟨⊢,Fconst,L,⊢⟩˙) {L𝕎¨𝕩}¨ ⊢ Frun ← ("provide.concat("∾∾⟜")")⌾(1⊸⊑) Fout Long ← ∾ (≠↑1‿3/⟨" "⊸∾⋄((@+10)∾" ,")⊸∾⟩˙) {𝕎𝕩}¨ ⊢ -•Out (⊑"r"‿"c"‿"fmt"‿"e"⊐⊏)◶⟨ +•Out (⊑"r"‿"c"‿"f"‿"e"⊐⊏)◶⟨ {𝕩⋄ref‿len←•Import"pr.bqn"⋄Long Frun len⊸↓⌾(1⊸⊑)Comp ref} {𝕩⋄Long Fout Comp J •LNS "c.bqn"} - {𝕩⋄Long Fout Comp J •LNS "fmt.bqn"} + {𝕩⋄Long Fout Comp J •LNS "f.bqn"} {𝕩⋄Long Fout Comp J ⟨"Modify←GetHighlights←⊢"⟩∾∾ •LNS∘∾⟜".bqn"¨ "../svg"‿"e"} ¯1 ↓ · J L∘Fout∘Comp¨ ⟩ args |
