5 lines
70 B
Text
5 lines
70 B
Text
|
|
const
|
||
|
|
INT_VALUE = 15;
|
||
|
|
OCTAL_VALUE = &017;
|
||
|
|
BINARY_VALUE = %1111;
|