mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-04 01:49:05 +00:00
Fixed previous commit
Also allows multiple things to be added together
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
func main
|
||||
return 3 + 56
|
||||
return 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8
|
||||
|
||||
Reference in New Issue
Block a user