( PUBLIC | PRIVATE ) CONST Identifier AS Datatype = Constant value
This declares a class global constant.
PUBLIC
keyword is specified, it is also accessible to the other classes having a reference to an object of this class.
PUBLIC CONST MAX_FILE AS Integer = 30 PRIVATE CONST MAGIC_HEADER AS String = "# Gambas form file"