s := ""; if(s->IsEmpty()) { "s is empty"->PrintLine(); } else{ "s is not empty"->PrintLine(); };