method CREATE

Documentation for method CREATE assembled from the following types:

class Mu

From Mu

(Mu) method CREATE

method CREATE(--> Mu:D)

Allocates a new object of the same type as the invocant, without initializing any attributes.

say Mu.CREATE.defined;  # OUTPUT: «True␤»