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