README: wrote (setenv) and $MATCH

This commit is contained in:
HAYAMA_Kaoru
2024-12-03 18:21:03 +09:00
parent ddc64421df
commit 71620fd090
+4
View File
@@ -92,12 +92,16 @@ Parameters enclosed in curly braces {...} are optional and can be omitted.
- Start the executable file
- `(getenv "NAME")`
- Get the value of the environment variable NAME
- `(setenv "NAME" "VALUE")`
- Set the value of the environment variable NAME as VALUE
- `args`
- The list of command line arguments
- `$PROGRAM_NAME`
- The path of the script
- `$EXECUTABLE_NAME`
- The path of the executable of lispect
- `$MATCH`
- The matching string in the block of `(expect*)`
Other functions are defined on [ISLisp]