home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OL.LZH / IDOL.LZH / LBLTEST.IOL < prev    next >
Text File  |  1991-07-18  |  92b  |  5 lines

  1. procedure main()
  2.  label := labelgen("L",":")
  3.   every i := 1 to 10 do write($@label)
  4. end
  5.