home *** CD-ROM | disk | FTP | other *** search
- * moveto internal
- moveto(x2,y2) moves from the current x,y to x2,y2.
- it is graphics function so it only works on graphics mode.
- See also: arc, line, linerel, putpixel.
- e.g. graph, moveto(100,100), lineto(200,200), readchar, text
-