mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-17 06:58:05 +11:00
cmp: add tests
This commit is contained in:
parent
fca0e79da3
commit
67d732c4be
4
tests/forth/test_cmp.fs
Normal file
4
tests/forth/test_cmp.fs
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
0x70 <>{ 0x70 &= 0x58 |= 0x20 |= <>} #
|
||||||
|
0x71 <>{ 0x70 &= 0x58 |= 0x20 |= <>} NOT #
|
||||||
|
0x42 <>{ 0x40 &> 0x44 &< <>} #
|
||||||
|
0x44 <>{ 0x40 &> 0x44 &< <>} NOT #
|
Loading…
Reference in New Issue
Block a user