Ad
  • Default User Avatar

    Aah that's clever. I have one question though:

    So if a condition is not met the first time a ternary statement is
    called, and there's recurssion on the false side, would it ever go
    through the true side again? (i.e. would it just keep going back to
    the recursive point, which is the false side in this case?).

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution