- :nothing
goto
move cursor to given coordinates
Parameters
goto x :null :integer
y :null :integerReturns
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 :integercopygoto 10 15 ; (move cursor to column 10, line 15) goto 10 ø ; (move cursor to column 10, same line)