DMM Studio 線上說明 › DMM Studio › 語言功能 › return
從函數傳回「布林」、字串或不傳回任何項目。
MyFunction() { /* 做某事 */ return; /* 這絕不會發生 */ }