Re: Who says LiveCode ain't English!

2014-08-18 Thread Peter Haworth
if NoBeerIsLeft then dispatch ErrandBoy to LiquorStore with BeerOrder end if Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Mon, Aug 18, 2014 at 1:22 PM, Sri wrote: > Add

Re: Who says LiveCode ain't English!

2014-08-18 Thread Sri
Add to Bernd's code: if morning contains headache then call doctor else order beer end if -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Who-says-LiveCode-ain-t-English-tp4682122p4682164.html Sent from the Revolution - User mailing list archive at Nab

Re: Who says LiveCode ain't English!

2014-08-18 Thread Martin Koob
Why is the mouse up? Is it the mouse that did the shopping? Does 'end' mean the up mouse went down for a nap after a long shopping trip? Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Who-says-LiveCode-ain-t-English-tp4682122p4682159.html Sent from

Re: Who says LiveCode ain't English!

2014-08-18 Thread Walt Brown
*if* the hunger of me is great *then* *ask* omelet with cheese, ham and potatoes *else* *if* the hunger of me is small *then* *get* pretzel box On Mon, Aug 18, 2014 at 8:11 AM, FlexibleLearning.com < ad...@flexiblelearning.com> wrote: > For fun, writing a story using LiveCode syntax without a c

Re: Who says LiveCode ain't English!

2014-08-18 Thread Peter Haworth
On Mon, Aug 18, 2014 at 9:04 AM, wrote: > if the drunkenness of me is great then play stop I might suggest the following instead of the above if this me is drunk or SpeechIsImpaired() then play stop Pete lcSQL Software Home of lcStackBrowser

Re: Who says LiveCode ain't English!

2014-08-18 Thread BNig
Craig, sorry, it was just a piece of code to add to Hugh's initial handler, he asked "how long can we make it" anyways I was surprised it compiled at all. Kind regards -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Who-says-LiveCode-ain-t-English-tp4682122p46

Re: Who says LiveCode ain't English!

2014-08-18 Thread dunbarx
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 To: use-revolution Sent: Mon, Aug 18, 2014 11:07 am Subject: Re: Who says LiveCode ain't English! Hi Craig, >>

Re: Who says LiveCode ain't English!

2014-08-18 Thread BNig
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 sho

Re: Who says LiveCode ain't English!

2014-08-18 Thread dunbarx
- From: BNig To: use-revolution Sent: Mon, Aug 18, 2014 10:53 am Subject: Re: Who says LiveCode ain't English! 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

Re: Who says LiveCode ain't English!

2014-08-18 Thread BNig
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

Re: Who says LiveCode ain't English!

2014-08-18 Thread Richmond
On 18/08/14 15:11, FlexibleLearning.com wrote: For fun, writing a story using LiveCode syntax without a compile error... on mouseUp go to shop if shop is not open then return home get groceries, coffee and milk go back home put groceries into fridge end mouseUp How long can we ma

Re: Who says LiveCode ain't English!

2014-08-18 Thread dunbarx
Why not: set the fun of it to the satisfaction of it -Original Message- From: FlexibleLearning.com To: use-livecode Sent: Mon, Aug 18, 2014 8:12 am Subject: Who says LiveCode ain't English! For fun, writing a story using LiveCode syntax without a compile error... on mouseUp

Re: Who says LiveCode ain't English!

2014-08-18 Thread Klaus major-k
Hi Hugh, Am 18.08.2014 um 14:11 schrieb FlexibleLearning.com : > For fun, writing a story using LiveCode syntax without a compile error... > > on mouseUp > go to shop > if shop is not open then return home > get groceries, coffee and milk > go back home > put groceries into fridge > end mo

Who says LiveCode ain't English!

2014-08-18 Thread FlexibleLearning.com
For fun, writing a story using LiveCode syntax without a compile error... on mouseUp go to shop if shop is not open then return home get groceries, coffee and milk go back home put groceries into fridge end mouseUp How long can we make it? Hugh Senior FLCo __