Search code examples
iosignalsexitterminate

Does Io have an equivalent to C's exit(signal) function?


If the C code is:

exit(0);

I imagine the Io code would look something like:

0 exit

Solution

  • exit seems to work, though it doesn't offer a way to signal an error.