Ada Programming/Delimiters/'
Appearance
The special character ' (called tic) has two meanings. Which of the two options is to be used is determined by context from the compiler.
Character literal
[edit | edit source]As delimiter for characters literals:
Plus : constant
Character := '+';
Attribute delimiter
[edit | edit source]As a separator between an identifier and an attribute:
for
Day_Of_Month'Sizeuse
8;