Given:

 

FOR A1 = 1 TO X

  FOR A2 = 1 TO Y

    <little twisted logic>

    IF G = H THEN EXIT ; EXIT

    <twisted little logic>

  NEXT A2

  <twisting little logic>

NEXT A1

<little twisting logic>

 

The question is, if G = H, will the two EXIT commands drop out of both
loops, skipping BOTH <twisted little logic> and <twisting little logic>,
and resume execution at <little twisting logic> ?

 

PLOUGH

 

Sincerely,

David Laansma

IT Manager

Hubbard Supply Co.

Direct: 810-342-7143

Office: 810-234-8681

Fax: 810-234-6142

www.hubbardsupply.com <http://www.hubbardsupply.com> 

"Delivering Products, Services and Innovative Solutions"

 

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to