I usually end up doing `if (cond == true)`, which ...
# language-proposals
c
I usually end up doing
if (cond == true)
, which is not great either