Jump to content

What Is A Recursive Procedure?


Newbie2
 Share

Recommended Posts

Can someone give me some explanations and an example? Still new at thisĀ  :whistle:

You need to speak with Mr Skeakspeare "to be or not to be" B)

I am joking.

Func f()

F()

EndFunc

that what is e recursion you define f() and inside f() you call f()

The problem has you can imagine is this will never end.

so there must be checking base on pass parameter or global variable that will avoid on certain condition to call again f().

That's basically what a recursion is :angry::evil::lmao:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...