home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.software-eng
- Path: sparky!uunet!seq!herbst
- From: herbst@seq.uncwil.edu (R.T. Herbst)
- Subject: ii/i/loops
- Message-ID: <1992Dec16.142023.24363@seq.uncwil.edu>
- Keywords: C loops
- Organization: Univ. of North Carolina @ Wilmington
- Date: Wed, 16 Dec 1992 14:20:23 GMT
- Lines: 14
-
- Using vi or your favorite editor, say, ed to find loop control
- variables, like i 0r ii or j 0r jj is weird.
- Why not
- in
- vi
- do
- /for
- or /while
- or /do
-
- all of the above are keywords and therefore
- are not
- allowed as variables.
- herbst@seq.uncwil.edu
-