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

6 lines
84 B
Scilab
Raw Normal View History

a == true
-- -- --
s(:list, [s(:operator, "==",
s(:name, "a"),
s(:true))])