Content deleted Content added
Guy Harris (talk | contribs) m Guy Harris moved page Leaf subroutine to Leaf routine: I've generally heard and seen "leaf routine", and this avoids the "function vs. subroutine" question. |
Guy Harris (talk | contribs) Update to mention various other names. A leaf routine is a routine that happens not to call another routine; a non-leaf routine can become a leaf routine, and *vice versa*, with code changes. |
||
Line 1:
{{short description|Subroutines in computer science}}
A '''leaf routine''', '''leaf subroutine''', '''leaf function''', or '''leaf procedure''' is a [[
The term "leaf" refers to their position as [[leaf node]]s in the [[call graph]] of the program.
Usually, most non-leaf
== References ==
|