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

8 lines
92 B
Plaintext

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