diff options
Diffstat (limited to 'test/13-relational-operators-03.txt')
-rw-r--r-- | test/13-relational-operators-03.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/13-relational-operators-03.txt b/test/13-relational-operators-03.txt new file mode 100644 index 0000000..6cebb24 --- /dev/null +++ b/test/13-relational-operators-03.txt @@ -0,0 +1,19 @@ +%% Test for relational operators with strings. +%mode init +A1@A +A2@B +A3@C +B1=A1=A1 +B2=A1>=A1 +B3=A2<=A2 +B4=A1>A2 +B5=A1<A2 +%calc +%mode result +B1=1 +B2=1 +B3=1 +B4=0 +B5=1 +%check +%exit |