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

  1. * readchar                          internal
  2. readchar reads a charactor from the keyboard. It is useful to freez
  3. the graphics by readchar. This is similar to pause, but it returns the
  4. charactor from the keyboard as its value.
  5. See also: readchar, readfile, readln, writes.
  6. e.g. graph, line(100,100,300,300), readchar, text
  7.