home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / software / 5004 < prev    next >
Encoding:
Text File  |  1992-12-16  |  540 b   |  25 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!seq!herbst
  3. From: herbst@seq.uncwil.edu (R.T. Herbst)
  4. Subject: ii/i/loops
  5. Message-ID: <1992Dec16.142023.24363@seq.uncwil.edu>
  6. Keywords: C loops
  7. Organization: Univ. of North Carolina @ Wilmington
  8. Date: Wed, 16 Dec 1992 14:20:23 GMT
  9. Lines: 14
  10.  
  11. Using vi or  your favorite editor, say, ed to find loop control
  12. variables, like i 0r ii or j 0r jj  is weird.
  13. Why not 
  14. in 
  15. vi
  16. do
  17. /for
  18. or /while
  19. or /do
  20.  
  21. all of the above are keywords and therefore 
  22. are not 
  23. allowed as variables.
  24. herbst@seq.uncwil.edu
  25.