Scripting|libcore: Instantiating a class record
Any record can be instantiated using the call operator. Thisautomatically calls the init method if one exists in the classrecord.
View differences
Scripting|libcore: Instantiating a class record
Any record can be instantiated using the call operator. This
automatically calls the init method if one exists in the class
record.