<@U5UU34LPK> I actually like and thought `inc()` d...
# announcements
r
@karelpeeters I actually like and thought
inc()
does not mutate and you are free to create a new val or rewrite the
var
. What I find confusing is
i++
but I understand why is there