RosettaCodeData/Task/Empty-string/Deja-Vu/empty-string.djv
2014-01-17 05:34:36 +00:00

7 lines
92 B
Text

local :e ""
if not e:
!print "an empty string"
if e:
!print "not an empty string"