If the C code is:
exit(0);
I imagine the Io code would look something like:
0 exit
exit seems to work, though it doesn't offer a way to signal an error.
exit