mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
7 lines
176 B
Text
7 lines
176 B
Text
exported function foo456789012345678901234567890123()
|
|
print("this is exported");
|
|
|
|
// OG compiler does not flag the function name length as an error
|
|
b;
|
|
endfunction
|
|
|