endwhile

結束一個 while 區塊中的指令列表。

endwhile([<condition>])

請參閱 while() 指令。

為了向後相容,支援可選的 <condition> 參數。如果使用,它必須與開頭的 while 子句的參數完全相同。