Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 348 Bytes

move.md

File metadata and controls

17 lines (11 loc) · 348 Bytes

move

Moves a cursor to a given position, a kind of local goto.

cursor
  do-this _
  move to: 'do-that-other-thing'
  do-that _ # gets skipped
  do-that-other-thing _