Constant declaration
Format
const integer_type_spec identifier=integer|value; |
Meaning
The constant declaration declares a constant.
Specification item
The following integer constant data types can be declared:
identifier
Specify a constant name.
integer, character, string, and value
Specify values to be allocated to the constant. So long as it is predefined, any value can be specified for the value.
Explanation
const short TEN = 10; |
OpenTP1 IDL-only TxRPC restriction