Stack
The stack component allows to do depth-first traversing (longest branches before the shortest branch of a tree), but it also facilities processing data in a certain order.
Inputs | Outputs
Any value which should be appended to the end of the stack
A