add operators: `continue` & `break` // foreach foreachState: `key` ( текущий индекс ), `iteration` (1...N), `isFirst`, `firstKey`, `firstValue`, `firstKey`, `isLast`, `lastValue`, `total` `{foreach:foo $storage as $key => $value} {$flow.foreach.foo|var_dump} {/foreach} `
add operators:
continue&break// foreach
foreachState:
key( текущий индекс ),iteration(1...N),isFirst,firstKey,firstValue,firstKey,isLast,lastValue,total{foreach:foo $storage as $key => $value} {$flow.foreach.foo|var_dump} {/foreach}