11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DO WHILEQUIT and GOTOThe QUIT command within code ends the DO WHILE loop and returns execution to thecommand following, as shown in the following example:TestloopSET x=1DO {WRITE !,"looping "SET x=x+1WRITE " x=",xQUIT} WHILE x

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!