cmp: add tests

This commit is contained in:
Virgil Dupras 2020-04-05 19:52:12 -04:00
parent fca0e79da3
commit 67d732c4be
1 changed files with 4 additions and 0 deletions

4
tests/forth/test_cmp.fs Normal file
View File

@ -0,0 +1,4 @@
0x70 <>{ 0x70 &= 0x58 |= 0x20 |= <>} #
0x71 <>{ 0x70 &= 0x58 |= 0x20 |= <>} NOT #
0x42 <>{ 0x40 &> 0x44 &< <>} #
0x44 <>{ 0x40 &> 0x44 &< <>} NOT #