DMM Studio 联机帮助 › DMM Studio › 语言特征 › return
从函数返回布尔值、字符串或不返回任何内容。
MyFunction() { /* do something */ return; /* this never happens */ }