Jump to content

Empty string: Difference between revisions

No edit summary
Line 640:
{
String s = scope .();
if (s.Length == 0IsEmpty)
{
System.Console.Writeln("string empty");
}
if (!s.Length != 0IsEmpty)
{
System.Console.Writeln("string not empty");
29

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.