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