A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/LPC/until
UNTIL STATEMENT
until(expr) statement;
or
do {
statements;
} until(expr);
This is a sort of inversion of while.
Statements are executed until 'expr' is true.
This is a simulated LPC extension done via /include/auto.h .
This page was generated in LPC
Imprint / Impressum