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 _ source move spec