Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 323 Bytes

noret.md

File metadata and controls

17 lines (11 loc) · 323 Bytes

noret

Executes its children, but doesn't alter the received f.ret

sequence
  123
  noret
    456
  # f.ret is "back" to 123 at this point