Ada Programming/Special/number sign
Appearance
Used for:
- Specify the base of a numeric literal.
Examples:
Address :constant
:= 16#DEAD_BEEF#; Byte :constant
:= 2#1010_1011#;
See also
[edit | edit source]Wikibook
[edit | edit source]Ada Reference Manual
[edit | edit source]Ada Quality and Style Guide
[edit | edit source]- 2.1.1 Horizontal Spacing — Use consistent spacing around delimiters.