diff options
| -rw-r--r-- | src/r0.bqn | 2 | ||||
| -rw-r--r-- | src/r1.bqn | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # +-×⌊=≤≢⥊⊑↕⌜⊘ # Provides: # ⌊⌈|<>≠≥⊢⊣∾⋈↑↓⊏˙˜¨´∘○⊸⟜◶⍟ -# ^^^^^^^ ^^^^^ ^ ^^ are limited, suitable for r1 +# ^^^^^^^ ^^^^^ ^^ ^^ are limited, suitable for r1 ⊢ ← {𝕩} ⊣ ← {𝕩}⊘{𝕨} @@ -1,6 +1,6 @@ # BQN runtime part 1. Requires: # Type Fill Log GroupLen GroupOrd _fillBy_ -# +-×÷⋆⌊⌈|<>=≠≤≥≢⊢⊣⥊∾⋈↑↓↕⊏⊑!⌜˙˜´`∘○⊸⟜◶⊘⍟ +# +-×÷⋆⌊⌈|<>=≠≤≥≢⊢⊣⥊∾⋈↑↓↕⊏⊑!⌜˙˜¨´`∘○⊸⟜◶⊘⍟ # Filled in by runtime: glyphs and default PrimInd # Provides: all BQN primitives |
