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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to