mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-05 16:47:42 -04:00
README: wrote (getenv)
This commit is contained in:
@@ -90,6 +90,8 @@ Parameters enclosed in curly braces {...} are optional and can be omitted.
|
|||||||
- After SEC seconds have elapsed, COMMANDS-FOR-TIMEOUT will be executed
|
- After SEC seconds have elapsed, COMMANDS-FOR-TIMEOUT will be executed
|
||||||
- `(spawn "COMMANDNAME" "ARG-1" ...)`
|
- `(spawn "COMMANDNAME" "ARG-1" ...)`
|
||||||
- Start the executable file
|
- Start the executable file
|
||||||
|
- `(getenv "NAME")`
|
||||||
|
- Get the value of the environment variable NAME
|
||||||
- `args`
|
- `args`
|
||||||
- The list of command line arguments
|
- The list of command line arguments
|
||||||
- `$PROGRAM_NAME`
|
- `$PROGRAM_NAME`
|
||||||
|
|||||||
Reference in New Issue
Block a user