i think this code would cause an infinite recursion and die
- Locked due to inactivity on Aug 4, '16 4:31pm
Thread Topic: i think this code would cause an infinite recursion and die
-
function woo(){
if(mySkill>yourSkill)
woo();
}
This thread is locked, therefore no new posts can be made.



