string
weird
=
"WEIRD!"
;
touch_start
{
if
weird is WEIRD
!
llSay
(
0
,
"That does not compute!"
)
;
}