polserver/testsuite/escript/compiler2/compiler2-020-function-return-value.src
2020-08-13 15:26:09 +02:00

5 lines
55 B
Text

function foo()
return "hello";
endfunction
foo();