New (Object constructor)

From m204wiki
Revision as of 21:35, 6 August 2014 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Create a new Object object (Object class)


This page is under construction.

Syntax

%object = [%(Object):]New

Syntax terms

%outObjectobject
[%(Object):] The optional class name in parentheses denotes a Constructor. See "Usage notes", below, for more information about invoking a Constructor.

Usage notes

Examples

See also