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 ```