Files
ngr/examples/basic/negation.ngr
2023-06-07 21:38:18 -07:00

3 lines
33 B
Plaintext

x = 2i64 + 2i64;
y = -x;
print y;