The continue instruction is used during iteration to "continue onto the next loop". It causes the computer to skip the current code and navigate back to the for instruction and start the next loop.
continue
for
The following code doesn't process empty values