home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / v / vsnbl220.zip / LENGTH.SNO < prev    next >
Text File  |  1991-02-14  |  140b  |  8 lines

  1. *    LENGTH.SNO
  2. *
  3. *    Sample program from Chapter 5 of the Tutorial
  4. *
  5. LOOP    S = TRIM(INPUT)            :F(END)
  6.     OUTPUT = SIZE(S) ' ' S        :(LOOP)
  7. END
  8.