soml-parser/test/cases/operator_value/simple_plus.tst

7 lines
90 B
Scilab

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