RosettaCodeData/Task/Empty-string/NESL/empty-string.nesl
2016-12-05 23:44:36 +01:00

5 lines
125 B
Text

my_empty_string = "";
% To make sure it is empty, we can ask whether its length is equal to zero. %
#my_empty_string == 0;