Recursively
Recursively is an adverb describing actions that are performed or definitions that are established by means of recursion. When something is done recursively, it refers to a smaller instance of itself or to previously defined steps as part of the process, until a base case is reached.
Etymology: The word derives from recursion, from Latin recursio, from recurrere meaning to run back.
In mathematics, recursive definitions specify a base case and a rule to obtain any term from earlier
In computer science, a function is recursive if it calls itself. Each invocation adds a frame on
In other domains, recursion appears in linguistics as recursive embedding of clauses, and in computer science