continue Statement
From NWN Lexicon
Jump to navigationJump to searchSimilar to the break statement in that it skips remaining statements within a looping code block. Instead of halting the remaining loop iterations, however, continue begins again at the next iteration.
Usage
author: Ryan Hunt, editor: Charles Feduke