INPUT / OUTPUT / LANGUAGE
scalar tag
Category: persistent logic tag
Stores a single value.
Sample usage
Fields
Primary field
Secondary fields
- &: Address operator. Gets a reference pointer to a scalar tag or field. The reference represents the location of the value rather than the value itself.
- *: Dereferencing operator. If the scalar contains a tag or field reference, the
.*
operator provides access to the tag or field value at the location the reference points to.
Result
Notes
Example