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.
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slicontrol.cc