
-----------------------------------
deathkenny
Fri Jan 11, 2008 7:44 pm

Need help with If statement + loop and strings
-----------------------------------
Need help with If statement + loop and strings

at the end the If statement If it is wrong how do you repeat the same level

-----------------------------------
TokenHerbz
Sun Jan 13, 2008 3:31 pm

RE:Need help with If statement + loop and strings
-----------------------------------
recursion is good for things like going back to a stage if you've failed, if you code it right.

-----------------------------------
Tony
Sun Jan 13, 2008 4:01 pm

RE:Need help with If statement + loop and strings
-----------------------------------
well actually it's a stack that's needed, but recursion builds up a stack implicitly. There are simpler implementations though.
