While break
hylee101001
Posts: 48
Is there a C's "break" like code in spin? (instead of "return")
Ex:
repeat while (Cond)
if (Cond2)
'break
Ex:
repeat while (Cond)
if (Cond2)
'break
Comments
You may also want to check "next".