Rule Builder > Technical Rule Language Reference > Tokens for the Action Part of a Rule > continue |
continue |
PREVIOUS NEXT |
The token continue
is a statement that skips the current iteration of a for
or while
loop. The token continue
skips all the following statements in the loop body and triggers the next iteration of the loop. When you click continue
, this code is displayed:
THEN
for <enter a value>
continue
Tokens for the Condition Part of a Rule | Tokens for the Action Part of a Rule | Subtokens for Action Tokens | Using Generic and Shortcut Menus in TRL
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |