Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 437 Bytes

_skip.md

File metadata and controls

25 lines (17 loc) · 437 Bytes

_skip

Skips x messages, mostly used for testing flor.

concurrence
  sequence
    set f.i 0
    while tag: 'xx'
      true
      set f.i (+ f.i 1)
  sequence
    _skip 7 # after 7 messages will go on
    break ref: 'xx'

see also

Stall.