The Story of Steve Jobs - An Inspiration or a Cautionary Tale
Jeff Reynolds
jeff at siphonophore.com
Thu Aug 16 13:33:47 EDT 2012
So livecode now has embedded code for human brains?! Where is the upload socket? Glad to see they just skipped over mobile devices and went directly to the wetware.
Cheers, jeff
On Aug 16, 2012, at 1:00 PM, use-livecode-request at lists.runrev.com wrote:
> on mouseup
> put the text of fld "email" into tRemark
> if isOffensive(tRemark) then
> steamComesOutOfMyEars
> answer "Respond?" with "reply" or "ignore"
> if it is "reply" then
> answer "What tone?" with "blast" or "tactful"
> end if
> if it is "blast" then answer "Don't do it!!!"
> else if it is "tactful" then answer "Let's just get back to LC, shall we?"
> else
> pass mouseup
> end if
> end mouseup
More information about the use-livecode
mailing list