Difference between revisions of "Return"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>return</c> is a keyword that returns from a function, optionally passing a value to the caller. Category:Language Category:Keywords {{s...")
 
(No difference)

Latest revision as of 04:28, 20 February 2020

return is a keyword that returns from a function, optionally passing a value to the caller.


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