polserver/testsuite/escript/compiler2/compiler2-105-module-function-og-parity.src
2020-08-13 15:26:09 +02:00

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"));