repeat  -- Command, two inputs.
     The first input must be a positive number.  The second is an  instruc-
     tion  list,  as  for the run command.  The list is run repeatedly, the
     number of times specified by the first input:

     repeat 5 [print "hello]
