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

6 lines
79 B
Scilab
Raw Normal View History

5 > 3
-- -- --
s(:list, [s(:operator, ">",
s(:int, 5),
s(:int, 3))])