Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to shift from |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list with the first item removed |
Item | I | Any | Item | The item shifted from the list |
How to
Feed in a list
The result is the list with the first item removed
A secondary result is the item that was removed

