Break

From MiniScript Wiki
Revision as of 23:32, 19 February 2020 by JoeStrout (talk | contribs) (Created page with "<c>break</c> is a keyword statement that jumps out of the innermost <c>for</c> or <c>while</c> loop. Category:Language [[Category:Keywords]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

break is a keyword statement that jumps out of the innermost for or while loop.


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