From 58796bd95fd5008beafcef9c15e3c7c6c269d1c4 Mon Sep 17 00:00:00 2001 From: HAYAMA_Kaoru Date: Sun, 1 Dec 2024 22:56:15 +0900 Subject: [PATCH] README: wrote about `args` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c716153..8724929 100644 --- a/README.md +++ b/README.md @@ -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]