sargunv
fun main(args: Array<String>) { print('z' - 'a') val pair = 'z' to 'a' val (x, y) = pair println(x - y) }