DMM Studio Online Help › DMM Studio › Language Features › while
Creates a loop that continues until the condition is false.
while (true) { /* do something that will eventually set variable to null */ }