Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
add_tuple_value [2013/08/08 16:10] admin created |
add_tuple_value [2026/08/28 03:09] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Add Tuple Value====== | + | ====== Add Tuple Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor appends a value at the end of a given tuple. | + | Appends a value to the end of a given tuple. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Tuple | [[Tuple Type|Tuple]] | Input tuple to which the value will be added to. | | + | | Tuple | [[Tuple Type]] | Input tuple to which the value will be appended. | |
| - | | Value | [[Table Value Type|Table Value]] | Value to be appended to the tuple. | | + | | Value | [[Table Value Type]] | Value to be appended to the tuple. | |
| + | |||
| + | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Result | [[Tuple Type|Tuple]] | The resulting tuple. | | + | | Result | [[Tuple Type]] | The resulting tuple after the value is appended. | |
| ===== Group ===== | ===== Group ===== | ||
| - | [[Functor List#Table|Table]] | + | [[Functor List#Table | Table]] |
| ===== Notes ===== | ===== Notes ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | Add Tuple Value | + | AddTupleValue |