Cokemonkey11
Spell Reviewer
- Joined
- May 9, 2006
- Messages
- 3,575
Referring to this post:
http://www.hiveworkshop.com/forums/876954-post6.html
My question is, if it isn't an infinite loop, and instead very large reoccuring one, can I do
Or will that be recognized as an infinite loop and canceled?
http://www.hiveworkshop.com/forums/876954-post6.html
My question is, if it isn't an infinite loop, and instead very large reoccuring one, can I do
JASS:
exitwhen i > 7999
set i = i + 1
Or will that be recognized as an infinite loop and canceled?