- 2.2.5 -
TMT Pascal Language Description
Pascal Language Structure
Constants
A constant declaration (
const
) is an identifier that marks a value that can't change. TMT Pascal provides two standard types of constants:
Integer and Real Number Constants
String Constants
Constant Declarations
Program Comments
Table of Content
Integer and Real Number Constants
- 2.2.5 -