home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / source / p3_19dc.seq < prev    next >
Text File  |  1990-04-06  |  468b  |  21 lines

  1. \ Problem 3.19 by Dickson Cheng  04/06/90 21:33:36.91
  2.  
  3.                  start
  4.                    |
  5.                  ASCII ?
  6.                    |
  7.           false   / \   true
  8.                 /     \
  9.               /          \
  10.              |            |
  11.   leave scan code      mask off ASCII value
  12.              |            |
  13.               \          /
  14.                 \      /
  15.                   \  /
  16.                     |
  17.                    end
  18.  
  19.  
  20.  
  21.