Swift For-In Loop

for val in sequence{
  // statements
}
SAMER SAEID