section
A = 1;
B = 2;
if (A>B) then
print A is greater than B;
endif
else if (0==0) then
if (A==B) then
print A is equal to B;
print B is greater than A;
stop run