RosettaCodeData/Task/Literals-Integer/Pascal/literals-integer.pascal

5 lines
70 B
Plaintext

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