Commands.app

LPOP

Lists

Remove and get first list element

Examples
Common usage examples

Pop first element

LPOP mylist

Pop first 3 elements

LPOP mylist 3
Notes
  • Returns nil if list is empty
Related Commands
You might also find these useful