14 lines
134 B
Markdown
14 lines
134 B
Markdown
---
|
|
---
|
|
|
|
# List Builtins
|
|
|
|
### add
|
|
|
|
```
|
|
lists:add LIST [ARGS...]
|
|
```
|
|
|
|
Adds values to the end of the list. Returns the modified list.
|
|
|