mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
5 lines
164 B
Text
5 lines
164 B
Text
var ev;
|
|
var following;
|
|
following := ev.upper; // OG compiler assigns (used to assign) basic.Upper() to function index #0 here
|
|
print(Lower("A"));
|
|
print(Upper("b"));
|