diff options
Diffstat (limited to 'src/pr.bqn')
| -rwxr-xr-x | src/pr.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ chrs←⟨ "+-×÷⋆√⌊⌈|¬∧∨<>≠=≤≥≡≢⊣⊢⥊∾≍↑↓↕«»⌽⍉/⍋⍒⊏⊑⊐⊒∊⍷⊔!" "˙˜˘¨⌜⁼´˝`" - "∘○⊸⟜⌾⊘◶⎉⚇⍟" + "∘○⊸⟜⌾⊘◶⎉⚇⍟⎊" ⟩ glyphs ⇐ ∾chrs # Provided values, to be passed in through the constants array def ← ⟨"Type","Fill","Log","GroupLen","GroupOrd","_fillBy_"⟩ -keep ← "!+-×÷⋆⌊=≤≢⥊⊑↕⌜`⊘" +keep ← "!+-×÷⋆⌊=≤≢⥊⊑↕⌜`⊘⎊" len ⇐ def+○≠keep GetRepls ← { |
