Re: ≠ or not equal
RM
richmondmathewson at gmail.com
Wed Mar 16 06:00:46 EDT 2016
So what? Big deal! Hardly worth the fuss!
I just tried this:
on mouseUp
put fld "fff" into FFF
if FFF is not 1 then
put "NOPE"
else
put "YEP"
end if
end mouseUp
So it really doesn't matter that '' doesn't work in Linux.
Richmond.
On 16.03.2016 11:36, Peter TB Brett wrote:
> On 16/03/2016 09:09, Terence Heaford wrote:
>>
>> I have been advised that (not equal) does not compile in Linux.
>>
>> It does seem to work in OSX.
>>
>> If is not a keyword then why does it work in OSX?
>
> Hi Terence,
>
> Ali and I had a brief look into this, and we can confirm that:
>
> * it works on OS X
> * it doesn't work on Linux
> * there's no immediately obvious reason for this
>
> Could you please file a bug report?
>
> Peter
>
More information about the use-livecode
mailing list