Tag archive for "for"

This procedure processes For statement. It expects assignable variable and loop limits. It generates intermediate code to assign lower limit to control variable, code to increment control variable and code to check for upper limit taking into account Break and Continue jumps.