Re: strings
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: strings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年12月21日 21:31:03 -0200
> if a string is empty, i.e "" can I compare it with nil?
You can compare an empty string with nil; the result will be false.
print(""==nil)