I'm doing something horribly convoluted that I won't even try to explain, but the short of it is that it'd be very handy for
to not return an error from the CLI. Is there a solution? The closest hack I can find is
This has the undesirable side effects of being ugly and printing a newline. 
Code:
outfit default; familiar hobo monkey //blah blah
Code:
outfit default; familiar hobo monkey; ash print("") //blah blah
