CONTINUE
CONTINUE
Section titled “CONTINUE”Syntax
Section titled “Syntax”CONTINUE DOCONTINUE FORCONTINUE WHILE
Description
Section titled “Description”Restarts the current loop at the initial control statement immediately, as though the CONTINUE was an end of loop. While conditions are checked again, and FOR variables are incremented or decremented as appropriate as would be normal for entering the next loop.
Remarks
Section titled “Remarks”- This statement is NOT Sinclair compatible, and is NOT related to the Sinclair BASIC CONTINUE statement.