uCBQN/test/cases/undo.bqn
dzaima 920a89f019 native ⋈⁼ & ⌾⋈
plus some more undo & under tests
2024-08-14 05:18:13 +03:00

17 lines
521 B
BQN
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

< <"foo" %% "foo"
!"<⁼: Argument wasn't a rank 0 array" % < 4
!"<⁼: Argument wasn't a rank 0 array" % < 0
!"<⁼: Argument wasn't a rank 0 array" % < "f"
"foo" %% "foo"
"f" %% 'f'
!"⋈⁼: Argument wasn't a length-1 list" % 4
!"⋈⁼: Argument wasn't a length-1 list" % 0
!"⋈⁼: Argument wasn't a length-1 list" % "f"
!"⌽: Argument cannot be a unit" % 0
10 %% 9-10
!"⍉⁼: 𝕩 must not be an atom" % 3
<3 %% <3