Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to pop from |
Index | I | Number | Item | The index to pop from |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list with the item popped |
Item | I | Any | Item | The item popped |
How to
Feed in a list
Feed in the index of the item to pop
You can input a number in the box.
Or, you may feed in any numerical value
The result is the list with the item removed
A secondary result is the item that was removed

