Loop swift for-in

for val in sequence{
  // statements
}
SAMER SAEID