A skip command is used to go back to the beginning of the
do loop, to repeat the loop with the next value of the
do loop counter, omitting any commands following the
skip command. The following example skips odd numbers:
The skip if command can sometimes be more convenient: