polserver/testsuite/escript/compiler2/compiler2-106-exported-function.src
2020-08-13 15:26:09 +02:00

8 lines
101 B
Text

program Install()
return 1;
endprogram
exported function foo()
print("hello");
endfunction