mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
d96963238e
commit
b0e8342f42
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue