Differences

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

Link to this comparison view

Both sides previous revision Previous revision
get_tuple_value [2015/10/12 16:47]
admin
get_tuple_value [2026/08/28 03:22] (current)
hermann Sync from local documentation review
Line 3: Line 3:
 ===== Description ===== ===== Description =====
  
-Get a value from a tuple.+Gets a value from a tuple.
  
 ===== Inputs ===== ===== Inputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Index  | [[Positive Integer Value Type]] ​ | Index of desired value in tuple. ​ |+| Index  | [[Positive Integer Value Type]] ​ | Index of the desired value in the tuple. ​ |
 | Tuple  | [[Tuple Type]] ​ | Tuple to extract the value from.  | | Tuple  | [[Tuple Type]] ​ | Tuple to extract the value from.  |
 +
 +===== Optional Inputs =====
 +
 +None.
  
 ===== Outputs ===== ===== Outputs =====
  
 ^ Name  ^ Type  ^ Description ​ ^ ^ Name  ^ Type  ^ Description ​ ^
-| Result ​ | [[Table Value Type]] ​ | Value extracted from tuple. ​ |+| Result ​ | [[Table Value Type]] ​ | Value extracted from the tuple. ​ |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#​Table|Table]]+[[Functor List#Table | Table]]
  
 ===== Notes ===== ===== Notes =====