on ratUp
   put fld "Recipe" of card 1 of stack 1 into cardMethod
   put fld "Chapter" of page 1 of book 1 into pageMethod
   put fld "LeftQuadrant" of screen 1 of monitor 1 into screenMethod
   put fld "Switches" of panel 1 of display 1 into panelMethod
   put fld "Slices" of pickle 1 of jar 1 into pickleMethod
   put fld "Molacules" of drop 1 of bucket 1 into dropMethod
   put fld "Poo" of monkey 1 of cage 1 into monkeyMethod
   put fld "BloodBank" of flea 1 of puppy 1 into fleaMethod
   ask "Which method is better?"
   if it = empty then
      put "It does not matter."
   else
      ask "Why does it matter? They are all really the same."
   end if
end ratUp

Whatever works for the programmer...
(Synonyms would be good!)

Roger Eller
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to