mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Added support for all basic math operators
This commit is contained in:
@@ -7,7 +7,7 @@ func main()
|
||||
b = 7
|
||||
|
||||
int c
|
||||
c = a + b
|
||||
c = a / b
|
||||
|
||||
return c
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user