In this example, the continue statement refers to the for loop labeled "Loop2". When j is equal to 12, the continue statement will "jump over" this value and cause "loop2" to go to the next iteration.