Closed mfichman closed 11 years ago
Local variables and instance variables should be immutable by default. Using the mutable keyword makes them mutable.
mutable
x mutable = 0 x mutable Int = 0
Local variables and instance variables should be immutable by default. Using the
mutable
keyword makes them mutable.