OT: Is there a more English-like Programming language thanTranscript?

Roger.E.Eller at sealedair.com Roger.E.Eller at sealedair.com
Sat Aug 12 12:09:21 EDT 2006


> - rather it makes me thing of the syntax of poems.

global gSweet
on mouseUp
  answer "Please choose an option" with "red" or "blue"
  put it into field "theAnswerChosenByYou"
  if it is "red" then
    set the backgroundColor of field "roses" to red
  else
    if it is "blue" then
      set the backgroundColor of field "violets" to blue
    end if
  end if
  put "sugar" & cr into gSweet
  put "You" & cr after gSweet
end mouseUp 

LOL -- I just had to!

Roger Eller <roger.e.eller at sealedair.com>




More information about the use-livecode mailing list