====== Add Tuple Value====== ===== Description ===== This functor appends a value to the end of a given tuple. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Tuple | [[Tuple Type|Tuple]] | Input tuple to which the value will be appended to. | | Value | [[Table Value Type|Table Value]] | Value that will be appended to the tuple. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Tuple Type|Tuple]] | The resulting tuple. | ===== Group ===== [[Functor List#Table|Table]] ===== Notes ===== ===== Internal Name ===== Add Tuple Value