Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
get_tuple_value [2013/08/08 21:50]
127.0.0.1 external edit
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 ​Int Type|Positive Int]]  | Index of desired value in tuple. ​ | +| Index  | [[Positive ​Integer Value Type]] ​ | Index of the desired value in the tuple. ​ | 
-| Tuple  | [[Tuple Type|Tuple]]  | 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|Table Value]]  | 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 =====
 +
 +None.
  
 ===== Internal Name ===== ===== Internal Name =====