LoginLogin

Obfuscation discussion

Root / General / [.]

SimeonCreated:
What about def loops?
DEF A
 B
 END

DEF B
 A
 END

A
That's just called recursion.
That's called Stack Overflow Error

What about def loops?
DEF A
 B
 END

DEF B
 A
 END

A
That's just called recursion.
That's called Stack Overflow Error
LOL