IntRange¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
Input is ignored | None |
||
Output ➡️ |
Sequence of integers | [Int] |
||
Start |
No | Starting value (inclusive) | none |
Int Var(Int) |
End |
No | Ending value (inclusive) | none |
Int Var(Int) |
Outputs a sequence of integers from Start (inclusive) to End (inclusive).