• xigoi
    link
    11 year ago

    There are so many ways to get the same basic logic loop done

    This also applies to C.

      • xigoi
        link
        11 year ago

        C has for, while, do-while, goto and recursion.

        How exactly are rescue, inlined conditionals and optionals used for creating loops? Also Ruby’s for and while do different things, unlike for and while in C.