these were incredibly useful in scrunkly 1 and i'd like to have them back: ``` if cond say "something" if !cond say "something else" ``` having them be blocks is a little much imo; if you really badly want that, you could simply use `goto`s
these were incredibly useful in scrunkly 1 and i'd like to have them back:
having them be blocks is a little much imo; if you really badly want that, you could simply use
gotos