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

5 lines
58 B
Scilab

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