From 34adf0b392045ff267afea5f0bb501e05cd19052 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 7 Feb 2022 19:35:18 -0500 Subject: =?UTF-8?q?Fix=20runtime=20comments=20about=20when=20=C2=A8=20is?= =?UTF-8?q?=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/r0.bqn | 2 +- src/r1.bqn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r0.bqn b/src/r0.bqn index 48cb052e..eaac871c 100644 --- a/src/r0.bqn +++ b/src/r0.bqn @@ -3,7 +3,7 @@ # +-×⌊=≤≢⥊⊑↕⌜⊘ # Provides: # ⌊⌈|<>≠≥⊢⊣∾⋈↑↓⊏˙˜¨´∘○⊸⟜◶⍟ -# ^^^^^^^ ^^^^^ ^ ^^ are limited, suitable for r1 +# ^^^^^^^ ^^^^^ ^^ ^^ are limited, suitable for r1 ⊢ ← {𝕩} ⊣ ← {𝕩}⊘{𝕨} diff --git a/src/r1.bqn b/src/r1.bqn index 5280171c..9e0a899c 100644 --- a/src/r1.bqn +++ b/src/r1.bqn @@ -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 -- cgit v1.2.3