Closed theludovyc closed 1 year ago
For now is just possible to asign a value to a variable. Not an expression. So we cannot increment it. This is bad !
We can do
variable = value
We cannot do
variable = variable + value variable += value
Common operators : +=, -=, *=, /=
PS: Sorry @Jeremi360 to have not well understand you at this moment #237
For now is just possible to asign a value to a variable. Not an expression. So we cannot increment it. This is bad !
We can do
We cannot do
Common operators : +=, -=, *=, /=
PS: Sorry @Jeremi360 to have not well understand you at this moment #237