gombaila/src/main/resources/gombaila/simple.gb

4 lines
73 B
Plaintext

let x = 1 + 2;
let y = 8 + 2 * x ^ (2 - 1) ^ 2 - 1 * 0;
exit(y + x % 2);