Added some missing math operators

This commit is contained in:
Samuel Hammersberg 2023-02-04 15:11:56 +01:00
parent 026949ae7e
commit 66fb77c84e
25 changed files with 728 additions and 427 deletions

View file

@ -2,4 +2,4 @@
main = 1 + (123 + 4214) - 1231 + 314
main = (0-3) % (7) -- ((2 * (123 + 4214 % (1230)) - 1231) / 314)