7 lines
92 B
Text
7 lines
92 B
Text
local :e ""
|
|
|
|
if not e:
|
|
!print "an empty string"
|
|
|
|
if e:
|
|
!print "not an empty string"
|