RosettaCodeData/Task/Empty-string/NESL/empty-string.nesl

6 lines
125 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
my_empty_string = "";
% To make sure it is empty, we can ask whether its length is equal to zero. %
#my_empty_string == 0;