[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: strings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 21 Dec 2008 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)