Rule Builder > Technical Rule Language Reference > Tokens for the Action Part of a Rule > break |
break |
PREVIOUS NEXT |
The token break
is a statement that permits you to exit a for
or while
loop, and force the ILOG JRules engine to skip to the end of the containing statement block and continue to the next instruction. The break
token is only proposed as part of a while
statement. When you click the break
token, the following code is displayed:
THEN
while <enter a value>
break
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |