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

6 lines
74 B
Scilab

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