[FinalBuilder Professional Edition]
The Stack and Queue actions allow you to build up a list of items and then access the items in either a first in, first out (Queue) or first in, last out (Stack) manner.
Firstly, use the Define action to create a new list, and then use the other actions to push, pop, iterate, clear, etc. items on the list.