Loading...
 

continue

continue

continue

Stack
Stack Position Description
Stack(In) Top -
Stack(Out) Top -

continue is only allowed within a loop, i.e. within

continue starts a new iteration cycle. This means that the system jumps to the beginning of the loop and next element is on the stack ( iterate only) and the index is increased. continue always refers to the innermost loop enclosing the command if there are several enclosing loops.