home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / repeat.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  271 b   |  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.