Update README.md

This commit is contained in:
Attila Magyar 2021-06-20 01:02:09 +02:00 committed by GitHub
parent d96963238e
commit b0e8342f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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