home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / REPEAT.HLP < prev    next >
Text File  |  1990-06-11  |  271b  |  7 lines

  1. repeat  -- Command, two inputs.
  2.      The first input must be a positive number.  The second is an  instruc-
  3.      tion  list,  as  for the run command.  The list is run repeatedly, the
  4.      number of times specified by the first input:
  5.  
  6.      repeat 5 [print "hello]
  7.