Quote Originally Posted by zacs7 View Post
More than that :-).

  • Recursion
  • goto
  • do while
  • while
  • for


Probably even more.
I wouldn't call recursion a loop... In fact, recursive algorithms are quite distinct from iterative ones, of which the last four on your list are the ones that I came up with as well.

QuantumPete