3 lines
107 B
Text
3 lines
107 B
Text
import String;
|
|
if (isEmpty(s)) print("string s is empty");
|
|
if (isEmpty(s)) print("string s is not empty");
|