Command: repeat

NEST HelpDesk Command Index NEST Quick Reference
Name:
repeat - execute a procedure n time
Synopsis:
n proc repeat
Examples:
SLI ] 3 { (Hello world) = } repeat
Hello world
Hello world
Hello world
SLI ]
Description:
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.
SeeAlso:
Source:
/var/www/debian/nest/nest-simulator-2.20.0/sli/slicontrol.cc
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative