%dw 2.0
output application/json
---
{ "myRange": 1 to 10 }to
to(from: Number, to: Number): Range
Returns a range with the specified boundaries.
The upper boundary is inclusive.
Parameters
| Name | Description | 
|---|---|
| 
 | 
 | 
| 
 | 
 | 
This version of the product has reached End of Life.
Returns a range with the specified boundaries.
The upper boundary is inclusive.
| Name | Description | 
|---|---|
| 
 | 
 | 
| 
 | 
 |