Ada Bare Bones: Difference between revisions

m
[unchecked revision][unchecked revision]
(Removed incorrect information regarding user-defined exceptions.)
Line 110:
====Discard_Names====
 
InThe Ada, thecompiler compilerautomatically generates strings forcontaining variousthe names of enumerated data types, e.gamong others. enumerations, theseThese strings can then be used in I/O.
 
<source lang="ada">
Line 121:
</source>
 
This pragmadirective tellsinstructs the compiler not to generate these tablesstrings.
 
====Normalize_Scalars====
Anonymous user