Commands.app

RPOP

Lists

Remove and get last list element

Examples
Common usage examples

Pop last element

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