Defclass class marker

Overview

How To

Options

Related Topics


Defclass is a reserved word that indicates the beginning of a class definition. All rules following a DefClass statement are considered instances of the same class, until either another DefClass statement is reached, or the end of the file is reached. The colon after Defclass is required syntax.