Rebol 编程/break
外观
< Rebol 编程
BREAK /return value
退出循环、while、until、repeat、foreach 等。
BREAK 是一个本机值。
- /return -- 强制循环函数返回一个值。
- 值 -- (类型:任何类型)
break: native[ {Breaks out of a loop, while, until, repeat, foreach, etc.} /return "Forces the loop function to return a value." value [any-type!] ]