CREATE

This keyword is used in the OPEN instruction for creating new files.

It is also used in class headers for indicating:
  • Classes that implement the singleton pattern.

  • Classes that just act as a parent for other classes and cannot be instanciated.

See also