No, sorry, 'x' isn't allowed in numeric literals.
In the programming languages C and C++,
hexadecimal "50" is written as 0x50.
The way to write the same literal in Ada is 16#50#.
You may also:
Skip to the next section.
Go up to the outline of lesson 3
David A. Wheeler (wheeler@ida.org)