exit(error = FALSE)
TRUE
, S-PLUS exits with status
1
,
which can be tested in the shell script that starts the S-PLUS process.
The
exit
function does not generate a S-PLUS error; in
particular, any top-level assignments in the current task are committed.
# Caution: This example will end your S-PLUS session exit(error=T)