- :nothing
goto
move cursor to given coordinates
Parameters
goto x :null :integer y :null :integer
Returns
Examples
copygoto 10 15 ; (move cursor to column 10, line 15) goto 10 ø ; (move cursor to column 10, same line)
goto x :null :integer y :null :integer
copygoto 10 15 ; (move cursor to column 10, line 15) goto 10 ø ; (move cursor to column 10, same line)