Documentation for method CREATE assembled from the following pages:

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␤»