uce/test/script-example1.usp
2022-04-18 23:37:21 +00:00

7 lines
57 B
Plaintext

v1 : string = "";
v2 = 'BLA';
for(v3 => c);
print(c);