diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-14 20:10:06 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-14 20:10:06 -0500 |
| commit | 5157ac6cb4518c152a2124c73241dc62cf19e59b (patch) | |
| tree | 3bbf7aea8dfe0f6029c3e4fef374cdb902cf23d2 /test/prim.bqn | |
| parent | f686f1198b038dfda906406f5d30601f7f0318b4 (diff) | |
Use 𝕊 instead of a header in prim.bqn
Diffstat (limited to 'test/prim.bqn')
| -rw-r--r-- | test/prim.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prim.bqn b/test/prim.bqn index 473810f6..03df0500 100644 --- a/test/prim.bqn +++ b/test/prim.bqn @@ -121,7 +121,7 @@ (<<2)≡<¨2 ⟨1,⟨3,2,2‿2⥊⟨1,0,2,0⟩⟩,⟨5,4⟩⟩≡-⟨-1,⟨-3,-2,-¨2‿2⥊⟨1,0,2,0⟩⟩,⟨-5,-4⟩⟩ 3(+¨≡+⌜)↕6 -3‿4‿5‿6‿6≡{F:F⍟(×≡)⊸∾⟜⥊´𝕩}⟨2,1⟩+⟨⟨⟨⟨1,2⟩,3⟩,4⟩,5⟩ +3‿4‿5‿6‿6≡{𝕊⍟(×≡)⊸∾⟜⥊´𝕩}⟨2,1⟩+⟨⟨⟨⟨1,2⟩,3⟩,4⟩,5⟩ (=¨⟜(⥊⟜(↕×´)3‿4)≡(↕4)=⌜˜4|⊢)1‿6‿8 # LAYER 3 |
