Foreach/For/While
Closed this issue · 0 comments
rez1dent3 commented
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}