mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
When a continue or break statement is executed it pushes an interrupt to a stack in context. If any non-handled interrupts are present blocks will cease to execute. The for loop can handle the most recent interrupt in the stack.