Re: Syntax anomaly

2014-11-24 Thread Bob Sneidar
In the first example click is being used as a noun as in “it took 5 clicks to get to where I wanted to go.” But I think it matters not. Livecode script is “english like” (for those using English) not the english language itself. And English is filled with so many anomalies, you might say that L

Re: Syntax anomaly

2014-11-21 Thread Mark Wieder
Ethan- Friday, November 21, 2014, 4:17:01 PM, you wrote: > I for one would prefer a standard approach of the first example. > This would allow a natural grouping in document like the dictionary. > One could go to the browser section and see all messages related to > the browser Something like th

Re: Syntax anomaly

2014-11-21 Thread Ethan Lish
Sure, I should have included statement examples in the original post.  On "browserClick" is an example a the compound keyword with the controller "browser" and the action "Click" aggregated into a message  On "closeCard" is an example of the same but reversing the order of

Re: Syntax anomaly

2014-11-21 Thread dunbarx
Hmmm. Are these Ruby terms? Can you elucidate the meaning of these, as they might pertain to LC? Or give an example of each? Craig Newman -Original Message- From: Ethan Lish To: use-livecode Sent: Fri, Nov 21, 2014 4:31 pm Subject: Syntax anomaly All Recently I was reviewing t