lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




On 16/06/2007, at 9:20 PM, Andreas Rozek wrote:

If I change the second line to

  Result = false or "anything else";

then I get the expected output.

And then more recently:



The "or" seems to work from your post, so maybe it is not making the
local variable correctly.


No, it doesn't


My point was, that from your earlier post, the simple "or" did in fact work. I was wondering whether the local variable was correctly being processed.

- Nick