RosettaCodeData/Task/Empty-string/Nemerle/empty-string-2.nemerle
2023-07-01 13:44:08 -04:00

2 lines
74 B
Text

a_string == ""; a_string != 0;
a_string.Length == 0; a_string.Length > 0;