====== Name Value ====== ===== Description ===== Identifies a value by assigning a name to it, so that a container built to consume named values can pick it out by that name. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Value | [[Real Value Type]] | Value to identify. | | Value Name | [[Name Type]] | Name used to identify the value. | ===== Optional Inputs ===== None. ===== Outputs ===== None. ===== Group ===== [[Functor List#Map Algebra Supplementary | Map Algebra Supplementary]] ===== Notes ===== This functor must be placed directly inside a container that supports identifying values by name. Placed anywhere else, it has no effect. ===== Internal Name ===== NameValue