NAME

oadl::halt - halts the OADL machine

SYNOPSIS

oadl::halt()

DESCRIPTION

Immediately halts execution of the OADL machine

RETURN VALUE

Does not return

ERRORS

None

EXAMPLE

    proc fatal(msg)
    {
        // Put the message out to the error output
        "", io::ErrOut, msg, '\n';
        oadl::halt();
    }

SEE ALSO

restart