home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l210 / 1.ddi / REFEXAMP.ARC / READLN1.PRO < prev    next >
Encoding:
Text File  |  1988-06-21  |  594 b   |  23 lines

  1. %====================== readln/1              ===============================
  2. Goal: readln(L)
  3. This is a line
  4. L=This is a line
  5. 1 Solution
  6.  
  7. Goal: readln(L)
  8. This line is so long, that it wraps in the window. Thi
  9. s is the longest line that can be read from the screen
  10. . ****************>
  11. L=This line is so long, that it wraps in the window. T
  12. his is the longest line that can be read from the scre
  13. en. ****************>
  14. 1 Solution
  15.  
  16. Goal: readln(L)
  17. No Solution         <---- Esc pressed
  18.  
  19. Goal: readln(L)
  20.                     <--- Empty line is not the same as Esc
  21. L=
  22. 1 Solution
  23.