1

Trying to add the loop function in my programming language, and for some reason it doesn't work, more specifically, it runs once and then stop, or it runs once and then trapped in a loop. So tired of this.

Comments
  • 0
    Sounds like a bug. Good luck fixing it.
  • 2
    Sounds like you’re mishandling the accumulator (or the exit condition)
Add Comment