|
@@ -93,11 +93,11 @@ public:
|
|
|
" COMMAND1(ARGS ...)\n"
|
|
" COMMAND1(ARGS ...)\n"
|
|
|
" COMMAND2(ARGS ...)\n"
|
|
" COMMAND2(ARGS ...)\n"
|
|
|
" ...\n"
|
|
" ...\n"
|
|
|
- " ENDforeach(loop_var)\n"
|
|
|
|
|
|
|
+ " endforeach(loop_var)\n"
|
|
|
" foreach(loop_var RANGE total)\n"
|
|
" foreach(loop_var RANGE total)\n"
|
|
|
" foreach(loop_var RANGE start stop [step])\n"
|
|
" foreach(loop_var RANGE start stop [step])\n"
|
|
|
- "All commands between foreach and the matching ENDforeach are recorded "
|
|
|
|
|
- "without being invoked. Once the ENDforeach is evaluated, the "
|
|
|
|
|
|
|
+ "All commands between foreach and the matching endforeach are recorded "
|
|
|
|
|
+ "without being invoked. Once the endforeach is evaluated, the "
|
|
|
"recorded list of commands is invoked once for each argument listed "
|
|
"recorded list of commands is invoked once for each argument listed "
|
|
|
"in the original foreach command. Before each iteration of the loop "
|
|
"in the original foreach command. Before each iteration of the loop "
|
|
|
"\"${loop_var}\" will be set as a variable with "
|
|
"\"${loop_var}\" will be set as a variable with "
|