I haven't looked at the exact syntax within that function, but yes you can recall the current function from within itself.
Skip the rest if you only want a yes/no explanation....
It's called a recursive function and is part of what happens naturally in life. Basically it will recall itself until a certain condition is met. This is like a loop but not everything that happens recursively in a program is easily converted to loop iterations.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.