Errors

The native panic function can be used to halt execution in Oba. It accepts a single argument. When called, the argument is printed along with a stack trace:

panic("error")