DMM Studio-Onlinehilfe › DMM Studio › Sprachfunktionen › while
Erstellt eine Schleife, die fortdauert, bis die Bedingung falsch (False) ist.
while (true) { /* do something that will eventually set variable to null */ }