mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 12:16:35 +02:00
WIP
This commit is contained in:
parent
9d84646d2a
commit
f7a067bd6f
1 changed files with 4 additions and 4 deletions
|
@ -14,25 +14,25 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.p
|
||||||
- [`get-environment-variable`](#get-environment-variable)
|
- [`get-environment-variable`](#get-environment-variable)
|
||||||
- [`get-environment-variables`](#get-environment-variables)
|
- [`get-environment-variables`](#get-environment-variables)
|
||||||
|
|
||||||
#command-line
|
# command-line
|
||||||
|
|
||||||
(command-line)
|
(command-line)
|
||||||
|
|
||||||
Returns the command line passed to the program as a list of strings.
|
Returns the command line passed to the program as a list of strings.
|
||||||
|
|
||||||
#emergency-exit
|
# emergency-exit
|
||||||
|
|
||||||
(emergency-exit)
|
(emergency-exit)
|
||||||
|
|
||||||
Terminates the program immediately. This is an alias of `exit`.
|
Terminates the program immediately. This is an alias of `exit`.
|
||||||
|
|
||||||
#get-environment-variable
|
# get-environment-variable
|
||||||
|
|
||||||
(get-environment-variable name)
|
(get-environment-variable name)
|
||||||
|
|
||||||
Return the value of the given environment variable.
|
Return the value of the given environment variable.
|
||||||
|
|
||||||
#get-environment-variables
|
# get-environment-variables
|
||||||
|
|
||||||
(get-environment-variables)
|
(get-environment-variables)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue