makelist

shown here for N = 2
| Name | Type | Description | Optional |
|---|---|---|---|
in0 |
?0 |
first element of new list |
no |
in1 |
?0 |
second element of new list |
no |
… |
|||
inN-1 |
?0 |
final element of new list |
no |
| Name | Type | Description | Optional |
|---|---|---|---|
output |
list<?0> |
list with N elements |
no |
makelist reads each of its N inputs and outputs a list with those N elements. Right-click on the node