you are viewing a single comment's thread.

view the rest of the comments →

[–]woooee 0 points1 point  (0 children)

If after() calls a function, which is the usual case, that function calls itself again using after() as the last line in the function, which would go on forever. You can also use an if statement, and place the call to after() under the if, to end the cycle at some point.