4 lines
94 B
Text
4 lines
94 B
Text
|
|
str s = "";
|
||
|
|
if (s=="") print("string s is empty");
|
||
|
|
if (s!="") print("string s is not empty");
|