Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
table [2013/08/09 21:57] admin |
table [2026/08/28 03:35] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Table ====== | + | ====== Table ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor is a structure used as a link to other functors. | + | Declares a table value that can be reused as the input to more than one functor, or used as a constant. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Constant | [[Table Type|Table]] | Data carrier for table. | | + | | Constant | [[Table Type]] | Table value carried by this functor. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Object | [[Table Type|Table]] | The object is a table. | | + | | Object | [[Table Type]] | The table value provided as this functor's input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 23: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | ===== Internal Name ===== | + | This functor passes its input value to its output unmodified, and can be used to feed the same table into more than one functor, or to hold a constant table. |
| + | |||
| + | ===== Internal Name ===== | ||
| Table | Table | ||