list

Input Stack:
...
Output Stack:
List[?]

Pop all items off the stack and push them as a list.

Example:

a,b,:list
PosInputOutput
0 b List(b, a)
1 a
,:list
PosInputOutput
0 List()