*BeginComment()
Indicates the beginning of a comment block.
Syntax
*BeginComment()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 preprocessor. *BeginComment() may be nested to any depth.
Every *BeginComment() statement must have a matching *EndComment() statement.