Contact: aviboots(AT)netvision.net.il
42,236 questions
54,956 answers
573 users
var s = "" if s.isEmpty { print( "string is empty" ) } else { print( "string is not empty" ) } /* run: string is empty */