Whole document tree
9.4.3.2 Locations and their accessesA location in Chill is an object which can contain values. A value of a location is generally accessed by the (declared) name of the location. The output conforms to the specification of values in Chill programs. How values are specified is the topic of the next section, 9.4.3.3 Values and their Operations.
The pseudo-location
This does the same as the Chill action
Values of reference mode locations are printed by Values of procedure mode locations are displayed by
<argument modes> is a list of modes according to the parameter
specification of the procedure and <address> shows the address of
the entry point.
Substructures of string mode-, array mode- or structure mode-values (e.g. array slices, fields of structure locations) are accessed using certain operations which are described in the next section, 9.4.3.3 Values and their Operations.
A location value may be interpreted as having a different mode using the
location conversion. This mode conversion is written as
This document was generated by root on January, 30 2002 using texi2html |