home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compcomp / awk / f4.awk < prev    next >
Encoding:
AWK Script  |  1991-04-30  |  102 b   |  5 lines

  1. BEGIN {
  2.          for (i=1;i<10;   ) { printf " %d", i;                    i++ }
  3.     printf "\n"
  4. }
  5.