soml-parser/test/cases/return_statement/return_int.tst

6 lines
69 B
Scilab

return 42
-- -- --
s(:expressions,
s(:return,
s(:int, 42)))