• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Commenting in applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Commenting in applescript


  • Subject: Re: Commenting in applescript
  • From: JollyRoger <email@hidden>
  • Date: Fri, 05 Jan 2001 08:41:02 -0600

on 1/5/2001 8:07 AM, Stephen Gross at email@hidden wrote:

> How do I add a comment to my applescript?

For single-line comments, anything after -- is considered a comment:

repeat -- this is a single line comment
until done -- and another

For multiple-line comments, use (* and *):

(* this is
a multi-line
comment
*)


References: 
 >Commenting in applescript (From: "Stephen Gross" <email@hidden>)

  • Prev by Date: Acrobat & JavaScript
  • Next by Date: Scripting Mac OS Server Admin
  • Previous by thread: if, idle, stay open (again, sorry)
  • Next by thread: Re: Commenting in applescript
  • Index(es):
    • Date
    • Thread