FAQs
Last updated
Was this helpful?
Last updated
Was this helpful?
PixieBrix Control Flow bricks are implemented similar to in popular programming languages like Javascript.
By βfreezingβ the environment passed into a branch/body of a Control Flow brick and preventing it from modifying the available Output Keys outside of the brick, the behavior of bricks are more predictable (to PixieBrixβs debugger and humans!). Predictability allows use cases like button handlers and rendering sub-panel elements in parallel