- use of Ada's representation of scalar or modular types formated as
base#value#
: ex.2#10110101#
:- just put
2#
in front, and#
at the end of the data 😉 to get the full string representation of the scalar value.
- just put
- use of Ada's standard Language-Defined Attributes for those binary values
'Value
'Image