You can use C-style comments anywhere in a script. Any text that follows a comment on the same line is considered part of the comment. You can include a comment on the same line as a statement after the semicolon. You cannot nest comment. You can also use double forward slash (//) comments.
Examples:
/*Files under SYSTEMPATH*/
StoreFile( SYSTEMPATH + "\\Olepro32.dll" ); /*Store the Olepro32.dll file*/
//This whole line is commented out.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|