Bungee Logic : Site : Object
Page Status: Beta
Contents |
[edit] Purpose
An Object site defines the creation of a new object.
[edit] How to Use
Consider the following code snippet:
var Foo bar = new Foo;
The right-hand side of the declaration for variable bar is an Object site.
It specifies that a new instance of class Foo is to be created and assigned to the variable bar.