*EndComment()
Indicates the end of a comment block.
Syntax
*EndComment()
Example
*DefineSystem(sysdef_macpherson_frnt, b_lca_att)
Temporarily comment out stabar system.
*BeginComment()
*System(sys_stabar, "Stabar", sysdef_stabar,
b_body, b_lca)
*EndComment()
*EndDefine()
Context
Comments
All statements between *BeginComment() and *EndComment() are ignored by the pre-processor. *BeginComment() may be nested to any depth.Every *BeginComment() statement must have a matching *EndComment() statement.