soml-parser/test/cases/expressions/simple_greater.tst

7 lines
90 B
Scilab

5 > 3
-- -- --
s(:expressions,
s(:operator, ">",
s(:int, 5),
s(:int, 3)))