From a58417aefcaeafc51e0fff596c08cef8754ff89f Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 28 Jun 2021 15:19:26 +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 5c20126..580e869 100644 --- a/README.md +++ b/README.md @@ -410,7 +410,7 @@ alist clear \ removes all items from the list Quotations combined with the collection API offers some high level control structures. ```forth -1 .. 10 { +1 10 .. { dup * . } each ```