NAME

restart - restarts the OADL program

SYNOPSIS

oadl::restart()

DESCRIPTION

Resets the entire OADL machine reloads the program (for precompiled OADL programs) or recompiles the program (for compile-and-go execution), and restarts execution from the beginning.

RETURN VALUE

Does not return

ERRORS

None

EXAMPLE

    oadl::restart();
    "This line is not reached";

SEE ALSO

halt