undar-lang/test/local.ul

7 lines
94 B
Plaintext
Executable File

function main() {
int i = 122;
int j = 32;
print((i - j)); // prints ascii `Z`
}