wysohn opened this issue 5 years ago ยท 0 comments
FOR i = 0:5 IF i == 3 #BREAK ENDIF #BROADCAST ENDFOR
Above code should print 0, 1, and 2, then stop the loop, yet it also prints 3.