Reference
Components
Int Stack
Description
The Int Stack component stores int values in a stack. Values are pushed in and popped out on a last in, first out basis (LIFO).
You can get the stack in Int Array form from the third output. The array contains items in the order they would be popped out – so the first
item is at the top of the stack, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed
onto the stack
Float The number at the top
of the stack
Int
Trigger to push the next
number onto the stack
Trigger Number of entries in
the stack
Int
Trigger to pop the next
number off the stack
Trigger Stack represented as
an array of ints
Int Array
Trigger to clear all entries
from the stack
Trigger
178 of 494