range operator
Creates an inclusive sequence range.
Target
Signature
1start .. endCreates an inclusive sequence range.
range operator is expression syntax rather than a method name. range operator affects how expressions are parsed. Small examples are worth running in isolation before placing the same shape inside a larger template block.
Examples
Basic call
1(1 .. 3)->join(',')The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.