Warning: This is the manual of the legacy Guile 2.2 series. You may want to read the manual of the current stable series instead.

Next: , Previous: , Up: R6RS Standard Libraries   [Contents][Index]


7.6.2.20 rnrs programs

The (rnrs programs (6)) library provides procedures for process management and introspection.

Scheme Procedure: command-line

This procedure is identical to the one provided by Guile’s core library. See Runtime Environment, for documentation.

Scheme Procedure: exit [status]

This procedure is identical to the one provided by Guile’s core library. See Processes, for documentation.