#$EPIC: repeat_command.txt,v 1.4 2006/08/19 06:07:20 sthalik Exp $ ======Synopsis:====== __repeat__ () \\ __repeat__ ======Description:====== This command repeatedly executes number of times. If is enclosed in parenthesis, it is evaluated as a mathematical expression (ala ${...}), and if it is not, it is evaluated as regular text. ======Examples:====== To very boldly display the time each hour: on ^timer "??:00*" { repeat 3 echo *** The time is $0!! }