Name

struct keyword — Declares class with public members

Synopsis

               class-key := struct

The struct keyword declares a class that has public access by default. Inheritance is also public by default. See class for syntax rules.