home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / PUTPIXEL.KEY < prev    next >
Text File  |  1993-11-07  |  215b  |  6 lines

  1. * putpixel                          internal
  2. pupixel(x,y,color) puts pixel on the point (x,y) with color.
  3. It only works on the graphics mode.
  4. See also: line, lineto, linerel.
  5. e.g. graph, putpixel(100,100,red), readchar, text
  6.