[Automise Professional Edition]
The Stack/Queue Define action is used for creating a new list and giving it a name.
The name you want to give the list. The other Stack and Queue actions refer to the list by name.
Stack (first in, last out), or Queue (first in, first out). The type determines in what order the items in the list will be popped or iterated.
Say we have 3 items to put on the list, a, b, and c:
If we pop the items off a Stack, we get:
If we pop the items off a Queue, we get: