polserver/testsuite/escript/compiler2/compiler2-016-function-call-no-params.src
2020-08-13 15:26:09 +02:00

5 lines
65 B
Text

function hello()
print("hello world");
endfunction
hello();