oadl::halt - halts the OADL machine
oadl::halt()
Immediately halts execution of the OADL machine
Does not return
None
proc fatal(msg)
{
// Put the message out to the error output
"", io::ErrOut, msg, '\n';
oadl::halt();
}