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

7 lines
94 B
Scilab
Raw Normal View History

a - b
-- -- --
s(:expressions,
s(:operator, "-",
s(:name, :a),
s(:name, :b)))