Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 439 Bytes

i.8.3.1-assignment-compatible-locations.md

File metadata and controls

3 lines (2 loc) · 439 Bytes

I.8.3.1 Assignment-compatible locations

A value can be stored in a location only if one of the types of the value is assignment compatible with the type of the location. A type is always assignable-to itself. Assignment compatibility can often be determined at compile time, in which case, there is no need for testing at run time. Assignment compatibility is described in detail in §I.8.7.