Difference between revisions of "For"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>for</c> is a keyword used to loop over a sequence (i.e. a list, map, or string). Category:Language Category:Keywords {{stub}}")
(No difference)

Revision as of 23:21, 19 February 2020

for is a keyword used to loop over a sequence (i.e. a list, map, or string).


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