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

8 lines
126 B
Scilab
Raw Normal View History

2 * 3 + 4
-- -- --
s(:list, [s(:operator, "+",
s(:operator, "*",
s(:int, 2),
s(:int, 3)),
s(:int, 4))])