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

6 lines
82 B
Scilab

a - 5
-- -- --
s(:list, [s(:operator, "-",
s(:name, "a"),
s(:int, 5))])