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

6 lines
66 B
Scilab

5 * 3
-- -- --
s(:operator_value, :*,
s(:int, 5),
s(:int, 3))