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