[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Expression statements
- From: Jonathan Castello <twisolar@...>
- Date: Mon, 16 Aug 2010 12:24:49 -0700
On Mon, Aug 16, 2010 at 12:24 PM, Jonathan Castello <twisolar@gmail.com> wrote:
> On Mon, Aug 16, 2010 at 12:20 PM, Sean Conner <sean@conman.org> wrote:
>> Technically in C, 0 is considered false, and anything but 0 is considered
>> true. A small, but critical distinction.
>
> Very true, I was referring to the literal value of the keywords
> though. I recall that VB's 'true' has a value of -1, which is a little
> disturbing...
Correction: VBscript. I haven't used Visual Basic itself in forever.
~Jonathan