Update README.md

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

View file

@ -235,7 +235,7 @@ Lists are java.util.LinkedHashMap instances and garbage collected automatically
```
```forth
1 5 upto \ creates a list like [ 1 2 3 4 ]
1 5 .. \ creates a range from 1 to 5
```
```forth