mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-05 08:37:49 -04:00
README: wrote (setenv) and $MATCH
This commit is contained in:
@@ -92,12 +92,16 @@ Parameters enclosed in curly braces {...} are optional and can be omitted.
|
|||||||
- Start the executable file
|
- Start the executable file
|
||||||
- `(getenv "NAME")`
|
- `(getenv "NAME")`
|
||||||
- Get the value of the environment variable NAME
|
- Get the value of the environment variable NAME
|
||||||
|
- `(setenv "NAME" "VALUE")`
|
||||||
|
- Set the value of the environment variable NAME as VALUE
|
||||||
- `args`
|
- `args`
|
||||||
- The list of command line arguments
|
- The list of command line arguments
|
||||||
- `$PROGRAM_NAME`
|
- `$PROGRAM_NAME`
|
||||||
- The path of the script
|
- The path of the script
|
||||||
- `$EXECUTABLE_NAME`
|
- `$EXECUTABLE_NAME`
|
||||||
- The path of the executable of lispect
|
- The path of the executable of lispect
|
||||||
|
- `$MATCH`
|
||||||
|
- The matching string in the block of `(expect*)`
|
||||||
|
|
||||||
Other functions are defined on [ISLisp]
|
Other functions are defined on [ISLisp]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user