Aray of int from x to z

Hey guys. Can You create an array that contains numbers from x to z? For example:
var arrayFrom1To100 = [1...100]?
creating this way it will contain one variable "1...100".
Many thanks

Array(1...100)

2 Likes