repeat - execute a procedure n time
n proc repeat
SLI ] 3 { (Hello world) = } repeat
Hello world
Hello world
Hello world
SLI ]
repeat executes the supplied procedure n times.
The loop can be left prematurely using exit.
Note: The interation counter is not available
to the procedure. If this is desired, use for instead.
/home/abuild/rpmbuild/BUILD/nest-2.20.git/sli/slicontrol.cc