RosettaCodeData/Task/Literals-Integer/Pascal/literals-integer.pascal
2016-12-05 22:15:40 +01:00

4 lines
70 B
Text

const
INT_VALUE = 15;
OCTAL_VALUE = &017;
BINARY_VALUE = %1111;