mirror of
https://github.com/kemko/liquid.git
synced 2026-01-02 08:15:41 +03: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.