Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
add_tuple_value [2013/08/08 16:10]
admin created
add_tuple_value [2013/08/08 19:19] (current)
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-This functor appends a value at the end of a given tuple.+This functor 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|Tuple]] ​ | Input tuple to which the value will be appended ​to.  | 
-| Value  | [[Table Value Type|Table Value]] ​ | Value to be appended to the tuple. ​ |+| Value  | [[Table Value Type|Table Value]] ​ | Value that will be appended to the tuple. ​ |
  
 ===== Outputs ===== ===== Outputs =====