1. string weird = "WEIRD!";
  2.  
  3. touch_start
  4. { if weird is WEIRD!
  5.   llSay(0,"That does not compute!");
  6. }