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
b5002b9f7a
commit
25e5708085
1 changed files with 4 additions and 0 deletions
|
@ -305,6 +305,10 @@ A list is a dynamic, ordered data structed.
|
|||
[ 1 2 3 4 ] 1 3 sublst \ gets a sublist from the original from 1 (inclusive) to 3 (exclusive)
|
||||
```
|
||||
|
||||
```
|
||||
[ 1 2 3 ] 2 * \ basic arithmetic with scalars work with lists, this will multiple each item with 2.]
|
||||
```
|
||||
|
||||
### Implementation notes
|
||||
|
||||
Lists are java.util.ArrayList instances and garbage collected automatically by the host language.
|
||||
|
|
Loading…
Reference in a new issue