polserver/testsuite/escript/compiler2/compiler2-017-function-call-single-parameter.src
2020-08-13 15:26:09 +02:00

5 lines
68 B
Text

function display(s)
print(s);
endfunction
display("hi there");