• @[email protected]
    link
    fedilink
    English
    3
    edit-2
    2 years ago

    I think I fucked up the exit condition. It was supposed to create an infinite loops as it increments n, but always needs 1 more to exit.

    • @[email protected]
      link
      fedilink
      English
      22 years ago

      What if you just told it to exit on n = -1? If it only increments n, it should also go on forever (or, hell, just try a really big number for n)

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        That might work if it doesn’t attempt to correct it to something that makes sense. Worth a try tbh.