Comment on page
FAQs
PixieBrix Control Flow bricks are implemented similar to closures 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
Last modified 1mo ago