summaryrefslogtreecommitdiffstats
path: root/test/13-relational-operators-03.txt
blob: 6cebb24c1bdd552a04dc4e93147dcaac54820b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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