Range¶
Clio supports range literals. To define them, you can write:
with start, end and step being optional:
Warning
Ranges are lazy, you can define infinite
ranges and map functions to them, however a proper take function
isn’t implemented yet.