NEST HelpDesk | Command Index | NEST Quick Reference |
repeat - execute a procedure n timesSynopsis:
n proc repeatExamples:
Description:
SLI ] 3 { (Hello world) = } repeat
Hello world
Hello world
Hello world
SLI ]
SeeAlso: Source:
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-2.14.0/sli/slicontrol.cc
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative