~ubuntu-branches/debian/lenny/ucblogo/lenny

« back to all changes in this revision

Viewing changes to helpfiles/keyp

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2001-09-02 15:15:21 UTC
  • Revision ID: james.westby@ubuntu.com-20010902151521-doo25fmfq7v3pxkg
Tags: upstream-5.1
ImportĀ upstreamĀ versionĀ 5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
KEYP
 
2
KEY?
 
3
 
 
4
        predicate, outputs TRUE if there are characters waiting to be
 
5
        read from the read stream.  If the read stream is a file, this
 
6
        is equivalent to NOT EOFP.  If the read stream is the terminal,
 
7
        then echoing is turned off and the terminal is set to CBREAK
 
8
        (character at a time instead of line at a time) mode.  It
 
9
        remains in this mode until some line-mode reading is requested
 
10
        (e.g., READLIST).  The Unix operating system forgets about any
 
11
        pending characters when it switches modes, so the first KEYP
 
12
        invocation will always output FALSE.
 
13