CONTINUE
Skip rest of command block. Continue execution with the DO or FOR statement. E.g.:
DO
FOR
for #i := 0 to $#i < $#t[] step #i := int $#i + 1 if '$#t[$#i,ID]' <= '100' continue // do something with all IDs above 100 end