# Sets ```thp // Set[Int] val ages = Set(30, 31, 33, 35) for age in ages { print("{age}") } ```