i.e. I have to say `test = test?.inc()` I can't ju...
# announcements
a
i.e. I have to say
test = test?.inc()
I can't just do
test?.inc()
. I'm overanalyzing things just to try and be clever again.