kotlin for ranging from number code example Example: kotlin ranges // Int range for (x in 1 .. 30) { println(x) }