README: wrote about args

This commit is contained in:
HAYAMA_Kaoru
2024-12-01 23:08:13 +09:00
parent e87734560e
commit 58796bd95f
+3 -1
View File
@@ -36,7 +36,7 @@ Lispect
)
```
### Functions
### Functions and variables
Parameters enclosed in curly braces {...} are optional and can be omitted.
@@ -54,6 +54,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
- `args`
- List of command line arguments
Other functions are defined on [ISLisp]