I find myself doing this occasionally:
if some_condition then
expr
else
()
Is there a nicer way to do this? It seems there should be a one-liner. (Running it all into one line doesn't count. By "one-liner" I mean "something which in one line indicates more clearly my intentions.")
exprisunit, then theelseis entirely optional to begin with - ildjarn