Who says LiveCode ain't English!

dunbarx at aol.com dunbarx at aol.com
Mon Aug 18 12:04:28 EDT 2014


Bernd.


That was not the handler I got. It was;



 repeat for each item bottle in my fridge
      put drink into my glass
      repeat until my glass is empty
         drink beer
         repeat with cheers =  toast to you wrap glass
            skol
         end repeat
      end repeat
      if the bottle of the fridge of me is empty then next repeat
      if the drunkenness of me is great then play stop
   end repeat



-----Original Message-----
From: BNig <bernd.niggemann at uni-wh.de>
To: use-revolution <use-revolution at lists.runrev.com>
Sent: Mon, Aug 18, 2014 11:07 am
Subject: Re: Who says LiveCode ain't English!


Hi Craig,

>> Now, Bernd, however such a thing makes me smile, it will not compile, as
>> you well know

I took it straight from the script editor after a compile, did you try to
compile it? After all that was the deal.

below the complete script that compiled in 6.6.2

--- 
on mouseUp
   go to shop
   if shop  is not open then return home
   get groceries, coffee and milk, butter and beer
   go back home
   put groceries into fridge
   repeat for each item bottle in my fridge
      put drink into my glass
      repeat until my glass is empty
         drink beer
         repeat with cheers =  toast to you wrap glass
            skol
         end repeat
      end repeat
      if the bottle of the fridge of me is empty then next repeat
      if the drunkenness of me is great then play stop
   end repeat
end mouseUp
-----



--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Who-says-LiveCode-ain-t-English-tp4682122p4682134.html
Sent from the Revolution - User mailing list archive at Nabble.com.

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

 



More information about the use-livecode mailing list