Hello all, this is Nocaje and today, I shall present you today... recursion! Just press the green flag. Oh wait, not many of you will know of the idea of recursion. It is basically when a procedure calls itself as a subprocedure. You can see it in my code, and also you can use it as an recursive engine.
We learned about recursion in school, but I thought I can't use this, until I learned that recursion is usually able to be coded in many other coding languages. This led me to start with Scratch, and this proves the use it has. Note: This uses tail recursion. Later, I will incorporate true recursion into another project. Well, Enjoy!!