comments within code
comments within code
- Subject: comments within code
- From: Mitchell L Model <email@hidden>
- Date: Thu, 07 Jul 2016 12:56:00 -0400
Just a note about comments within code: you can't do that.
I knew that you couldn't have a comment within a line continuation:
set x to ¬
-- won't compile
1
But I just discovered, or remembered, that you can't have code on a line after (* *):
(* comment *) set x to 1 -- won't compile
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden