Variables are immutable by default, but this can be overridden using the mut modifier.

{mut.play}

The compiler will throw a detailed diagnostic about mutability errors.