example4.txt 131 B

1234567
  1. # Just a simple integer.
  2. 1234567890
  3. # A sum of 4 numbers
  4. 4 + 3 + 2 + 1
  5. # The result should be 999
  6. 900 + 3 * 32 + 2 % 5 + 4 / 2 - 1