Continue

From MiniScript Wiki
Revision as of 02:32, 20 February 2020 by JoeStrout (talk | contribs) (Created page with "<c>continue</c> is a keyword statement that causes execution to jump directly to the next iteration of a for or while loop. Category:Language...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

continue is a keyword statement that causes execution to jump directly to the next iteration of a for or while loop.


This article is a stub. You can help the MiniScript Wiki by expanding it.