Changed addition operators to right associative

This commit is contained in:
Gašper Dobrovoljc
2025-06-03 18:41:44 +02:00
parent 1b45d6a0f9
commit 8251a3608c
4 changed files with 12 additions and 9 deletions

3
prg/test.pins25 Normal file
View File

@@ -0,0 +1,3 @@
fun main() =
3 - 2 - 1