Jangkauan tertutup yang cepat

// 1...4 is close range
for numbers in 1...4 {
  print(numbers)
}
SAMER SAEID