Difference between revisions of "Continue"

From MiniScript Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 02:32, 20 February 2020

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.