DMM Studio 联机帮助 › DMM Studio › 语言特征 › while
创建一个循环,该循环一直运行,直到条件为 False 为止。
while (true) { /* do something that will eventually set variable to null */ }