RosettaCodeData/Task/Literals-Integer/Delphi/literals-integer.delphi

4 lines
45 B
Plaintext

const
INT_VALUE = 256;
HEX_VALUE = $100;