Ada Programming/Attributes/'Invalid Value

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

For every scalar type S, S’Invalid_Value returns an undefined value of the type. If possible this value is an invalid representation for the type. The value returned is identical to the value used to initialize an otherwise uninitialized value of the type if pragma Initialize_Scalars is used, including the ability to modify the value with the binder -Sxx flag and relevant environment variables at run time.