www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - What are constants?

A number, character string, or character which is used as a 
program value is called constants. A constant is characterized by 
the type and the value.
       integer-constant
       floating-point-constant
       character-constant
       enumeration-constant
Dec 29 2016