undar-lang/test/global.ul

5 lines
54 B
Plaintext
Executable File

nat i = 122;
nat j = 32;
print((i - j) as str);
halt;