polserver/testsuite/escript/compiler2/compiler2-020-function-return-value.src

6 lines
55 B
Text
Raw Permalink Normal View History

2020-08-13 06:26:09 -07:00
function foo()
return "hello";
endfunction
foo();