Briskets
Briskets
- Subject: Briskets
- From: Mr Tea <email@hidden>
- Date: Thu, 09 May 2002 14:39:47 +0100
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.