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 go back to the question
You may also:
David A. Wheeler (dwheeler@ida.org)