Aliases for
exit(see exit). On many systems, SCM can also tail-call another program. See execp.
boot-tailis called byscm_top_leveljust before entering interactive top-level. Ifboot-tailcallsquit, then interactive top-level is not entered.
Returns the (login) name of the user logged in on the controlling terminal of the process, or #f if this information cannot be determined.
For documentation of the procedures getenv and system
See System Interface.
SCM extends getenv as suggested by draft SRFI-98:
Looks up name, a string, in the program environment. If name is found a string of its value is returned. Otherwise,
#fis returned. — Function: getenv
Returns names and values of all the environment variables as an association-list.
(getenv) ⇒ (("PATH" . "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin") ("USERNAME" . "taro"))