3 Matching Annotations
  1. Jan 2024
    1. Mutually recursive functions

      Sometimes functions are mutually recursive, meaning that calls form a circle, where one function calls another which calls the first, with any number of calls in between.