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

7 lines
84 B
Scilab

a = 5
-- -- --
s(:expressions,
s(:assign,
s(:name, :a),
s(:int, 5)))