13 lines
195 B
Scilab
Raw Normal View History

if(0)
2015-10-09 17:28:13 +03:00
four = 42
end
-- -- --
2015-10-09 17:28:13 +03:00
s(:if_statement,
s(:condition,
s(:int, 0)),
s(:true_statements,
s(:assignment,
s(:name, :four),
s(:int, 42))),
s(:false_statements, nil))