From 365d6e69e17e44f972934fd9582a01cc03754fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 18 May 2017 20:45:46 +0200 Subject: Various mostly safety fixes --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.adoc') 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. -- cgit v1.2.3