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

6 lines
82 B
Scilab

return "hello"
-- -- --
s(:expressions,
s(:return,
s(:string, "hello")))