From 2fc797289a78f6e071d7d1a1294a966a641e82c6 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 28 Jun 2021 15:20:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 580e869..9a16915 100644 --- a/README.md +++ b/README.md @@ -410,9 +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 .. { - dup * . -} each +1 10 .. { dup * . } each ``` ## HTTP