<<12/17>> I get an error when attempting to assign a negative number to a variable, such as let a = -1. It occurs even after declaring the variable and then later attempting to assign a negative number to that variable.
I just had a thought, how about this code?
10 let a = 11 20 a = a * -1 30 println a
I'll go test it.
Read more »