diff --git a/README.md b/README.md index 1afe724..7f637cf 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,11 @@ Lists are java.util.LinkedHashMap instances and garbage collected automatically 1 5 .. \ creates a range from 1 to 5 ``` +```forth +10 1 -2 ... \ creates a range from 10 downto 2 by 2 +``` + + ```forth \ adds 5 to the end of the list [ 1 2 3 4 ] dup 5 add