From 0493e777c73f490b1920de2cbe2f8a61ef706468 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Mon, 21 Jun 2021 22:55:55 +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 12c1912..e4ccb09 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ A list is a dynamic, ordered data structed. ``` ```forth -1 2 3 4 5 \ loads all items from the stack into a list +1 2 3 4 5 \ creates a new list and loads all items from the stack into it ``` ```forth