Re: ≠ or not equal

-hh hh at livecode.org
Thu Mar 17 16:28:52 EDT 2016


I love LiveCode.

The english wording is as bad as my English and
by that, sometimes, for a few moments, I feel to
be a really "native" Livecode speaker  ;-)

My lesson of the day (this works, just try for several
values of a and b!).

on mouseUp
   put 1 into a
   put 0 into b
   isn't a=b
end mouseUp

on isn't that
   if that then answer "Yes, it is!"
   else answer "No, sorry no, it isn't."
end isn't

-- or, less wordy:
on isn't that
   answer that
end isn't

I love LiveCode.



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/or-not-equal-tp4702248p4702317.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list