[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
Curious. Using the dump command after each gosub, I learned that a2 still existed as a global variable after the subroutine was called. By putting the dump command in the subroutine, I learned that a2 was being treated as global instead of local. I will look at this further when I have some free time.