Hi,

And this may not do what you expect.

if (true)
    trace(true);
else
    // will false be traced?
    trace(false);

Justin

Reply via email to