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