Re: applescript-users digest, Vol 2 #387 - 15 msgs
Re: applescript-users digest, Vol 2 #387 - 15 msgs
- Subject: Re: applescript-users digest, Vol 2 #387 - 15 msgs
- From: Ed Stockly <email@hidden>
- Date: Sat, 17 Feb 2001 11:57:45 -0800
Here's my own little test:
<PRE>
if 10 9 then
if 10 > 8 then
if 8 7 then
set x to ,
"w329 +; "
-- option return, division , curly quotes chevrons
end if
end if
end if
</PRE>
ES