RosettaCodeData/Task/Empty-string/Deja-Vu/empty-string.djv

8 lines
92 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
local :e ""
if not e:
2014-01-17 05:32:22 +00:00
!print "an empty string"
2013-10-27 22:24:23 +00:00
if e:
2014-01-17 05:32:22 +00:00
!print "not an empty string"