To

Adds a list from the last number to the parameter to the list.

Concepts Used

Overview

to can be used to generate ranges:

1 to 10
# 1 2 3 4 5 6 7 8 9 10

Examples

Negative Ranges

-5 to -8
# -5 -6 -7 -8

Further Reading