uCBQN/test/cases/undo.bqn
2024-08-23 02:21:48 +03:00

26 lines
904 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"
"foo" %% <"foo"
5 %% <5
1236 %% 236
122 %% 2
!"≍⁼: Argument must have a leading axis of 1" % 5
!"≍⁼: Argument must have a leading axis of 1" % <"foo"
!"≍⁼: Argument must have a leading axis of 1" % "foo"
!"≍⁼: Argument must have a leading axis of 1" % 311<"foo"
!"⌽: Argument cannot be a unit" % 0
10 %% 9-10
!"⍉⁼: 𝕩 must not be an atom" % 3
<3 %% <3