From d96963238e7d95cb2a2eff8ed3ff1d45337ce72c Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sun, 20 Jun 2021 00:57:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b86eea9..1afe724 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Lists are java.util.LinkedHashMap instances and garbage collected automatically ``` ```forth -1 5 upto \ creates a list like [ 1 2 3 4 ] +1 5 .. \ creates a range from 1 to 5 ``` ```forth