soml-parser/test/cases/operator_value/op_variable_true.tst
2015-10-09 17:21:15 +03:00

7 lines
94 B
Scilab

a == true
-- -- --
s(:expressions,
s(:operator, "==",
s(:name, :a),
s(:true)))