Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
So that we can do things like
n = 123
y = -n
which means
y = n.negate()
So that we can do things like
n = 123
y = -n
which means
y = n.negate()