You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 8, 2013
·
1 revision
USAGE
BREAK /return value
DESCRIPTION
Breaks out of a loop, while, until, repeat, foreach, etc.
BREAK is a native value.
REFINEMENTS
/return -- Forces the loop function to return a value
value (any-type!)
#SOURCE
break: make native! [ [
{Breaks out of a loop, while, until, repeat, foreach, etc.}
/return "Forces the loop function to return a value"
value [any-type!]
] ]