Menu

#353 NEW class methods in Object and Class not correct

5.2.0
open
nobody
None
1
2025-11-03
2025-11-03
No

The NEW class method in Object (5.1.4.1) is wrong. It does not allow any optional arguments and misses information about sending the INIT message to the freshly created object supplying any received arguments in the same order.

The NEW class method in Class (5.1.1.20): the description is wrong, it should be used for Object's NEW class method. The Class' NEW class method has a mandatory single argument (the name/ID of the class).

Discussion

Anonymous
Anonymous

Add attachments
Cancel