remove [index] %i:INT% from %list:LIST% — Statements

remove [index] %i:INT% from %list:LIST%
List1.0.0

Description

Removes the element at a specific index from a list.

Examples

remove index 0 from myList

All Possible Usages (2)

Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.

remove <i> from <list>
remove index <i> from <list>

Related (List)