Next: Extra-SLIB Packages, Previous: Session Support, Up: Other Packages
If (provided? 'getenv):
(provided? 'getenv)
Looks up name, a string, in the program environment. If name is found a string of its value is returned. Otherwise, #f is returned.
#f
If (provided? 'system):
(provided? 'system)
Executes the command-string on the computer and returns the integer status code. This behaves the same as the POSIX system call.
system
If (provided? 'program-arguments):
(provided? 'program-arguments)
Returns a list of strings, the first of which is the program name followed by the command-line arguments.