Range

Syntax

range/1: Range from 0 (limit excluded)

range[limit]

range/2: Range from x (limit included)

range[x; limit]

Example

range[10]