Semantics of FOR-NEXT Loops
I’ve been implementing the FOR-NEXT loop in a BASIC interpreter I’m building. It brings up some issues of programming language semantics. Expectations Shattered I had expected this would correspond to a while loop, something like this: From two descriptions of Continue reading Semantics of FOR-NEXT Loops