mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 04:46:59 -04:00
README: wrote about args
This commit is contained in:
@@ -36,7 +36,7 @@ Lispect
|
|||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Functions
|
### Functions and variables
|
||||||
|
|
||||||
Parameters enclosed in curly braces {...} are optional and can be omitted.
|
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
|
- 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
|
||||||
|
- `args`
|
||||||
|
- List of command line arguments
|
||||||
|
|
||||||
Other functions are defined on [ISLisp]
|
Other functions are defined on [ISLisp]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user