Monday, December 10, 2007

How to work with CONST command

How to work with CONST command

To work with CONST command

Description:

The const is defines an identifier that denotes a constant value within the block containing the declaration.

Declaration:

identifier = expression;

No comments: