23 lines
311 B
Markdown
23 lines
311 B
Markdown
------------------------------------------------------------------------
|
|
|
|
## shift
|
|
|
|
Function
|
|
|
|
Move the top item from one list to another.
|
|
|
|
### Example
|
|
|
|
[x y z] [a b c] shift
|
|
---------------------------
|
|
[a x y z] [b c]
|
|
|
|
### Definition
|
|
|
|
> [uncons] \[[swons]\] [dip]
|
|
|
|
### Crosslinks
|
|
|
|
[shunt]
|
|
|