Dokumentation zu: do-while(LPC)

HR Image


NAME
        do-while

SYNTAX
        do { statement } while(expr);

DESCRIPTION
        Execute 'statment' until 'expr' evaulates to 0.

        A 'break' in the 'statement' will terminate the loop. A
        'continue' will continue the execution from the beginning of
        the loop.

SEE ALSO
        for(LPC), foreach(LPC), while(LPC), if(LPC), switch(LPC)


Start » Magierhandbuch » Docu » LPC » Do-while Letzte Generierung: 25.04.2021, 01:58
Email an: mud@wl.mud.de
Valid HTML 4.01!