Skip to content

IntRange

Name Mandatory Description Default Type
⬅️ Input Input is ignored None
Output ➡️ Sequence of integers [Int]
Start No Starting value (inclusive) none IntVar(Int)
End No Ending value (inclusive) none IntVar(Int)

Outputs a sequence of integers from Start (inclusive) to End (inclusive).