RosettaCodeData/Task/Empty-string/Phix/empty-string.phix

10 lines
242 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
string s
s = "" -- assign an empty string
if length(s)=0 then -- string is empty
if s="" then -- string is empty
if length(s)!=0 then -- string is not empty
if s!="" then -- string is not empty