 | start | connects action to toolbar run buttons
|
 | action 1 "hat" | top of action 1 stack
|
 | action 1 | invoke action 1 stack
|
 | action 2 "hat" | top of action 2 stack
|
 | action 2 | invoke action 2 stack
|
 | nameable action "hat" | top of named action stack
|
 | nameable action | invoke named action stack
|
 | store in box 1 | store numeric value in variable 1
|
 | box 1 | variable 1 (numeric value)
|
 | store in box 2 | store numeric value in variable 2
|
 | box 2 | variable 2 (numeric value)
|
 | store in nameable box | store numeric value in named variable
|
 | nameable box | named variable (numeric value)
|