holey-bytes/hblang/tests/parser_tests_arithmetic.txt

4 lines
72 B
Plaintext

main := fn(): int {
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
}