diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 3ac6f15..376edfc 100644 --- a/README.adoc +++ b/README.adoc @@ -47,7 +47,7 @@ Runtime ------- All variables are put in a single global namespace with no further scoping. When calling a command (which is a list of lists), all arguments are -automatically stored in variables named 1, 2, 3, ... n. They are however +automatically stored in variables named 0, 1, 2, 3, ... n. They are however effectively inaccessible and you must rename them first using the `arg` special form. |