Re: Briskets
Re: Briskets
- Subject: Re: Briskets
- From: Jaime Magiera <email@hidden>
- Date: Thu, 9 May 2002 10:11:22 -0400
Tea and Briskets.
Jaime
On Thursday, May 9, 2002, at 09:39 AM, Mr Tea wrote:
I've never quite known what to call those bracket/asterisk combinations
that
can be used to comment-out blocks of code in scripts.
So I would like to humbly propose that we call them 'briskets'. As in:
"To
enable the positive response in this script, simply remove the
briskets".
set theResponse to "You idiot"
(*
set aWord to word 1 of theResponse
set bWord to word 2 of theResponse
set aText to " would have to be an "
set bText to " not to agree."
set theResponse to {aWord, aText, bWord, bText} as string
*)
say theResponse
Mr Tea
--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Briskets (From: Mr Tea <email@hidden>) |