New

From MiniScript Wiki
Revision as of 23:09, 19 February 2020 by JoeStrout (talk | contribs) (Created page with "<c>new</c> is a keyword unary operator used to create a subclass or instance. <c>new</c> acts on a map, and returns a new map with __isa set to the opera...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

new is a keyword unary operator used to create a subclass or instance.

new acts on a map, and returns a new map with __isa set to the operand.


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