Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 487 Bytes

loop.md

File metadata and controls

24 lines (14 loc) · 487 Bytes

loop

Executes child expressions in sequence, then loops around.

It's mostly a cursor that loops upon going past its last child.

loop
  task 'alpha'
  task 'bravo'

Accepts break and continue like cursor does.

see also

Cursor, break, continue.