README: wrote (getenv)

This commit is contained in:
HAYAMA_Kaoru
2024-12-03 14:31:33 +09:00
parent 4dc8a922c9
commit 56712169d4
+2
View File
@@ -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
- `(spawn "COMMANDNAME" "ARG-1" ...)`
- Start the executable file
- `(getenv "NAME")`
- Get the value of the environment variable NAME
- `args`
- The list of command line arguments
- `$PROGRAM_NAME`