goto

move cursor to given coordinates


Parameters

goto x :null :integer
     y :null :integer

Returns

  • :nothing

Examples

copy
goto 10 15 ; (move cursor to column 10, line 15) goto 10 ø ; (move cursor to column 10, same line)

Related