if you ever want to chain something to the end of ...
# announcements
k
if you ever want to chain something to the end of a block of conditional logic, I'd recommend using a
when
instead of
if-elseif-else
☝️ 2