Source code
Revision control
Copy as Markdown
Other Tools
interface exit {
/// Exit the current instance and any linked instances.
exit: func(status: result);
}
interface exit {
/// Exit the current instance and any linked instances.
exit: func(status: result);
}