Open-ended comment designations such as -- to comment out a line are not supported.

Prepare for the Marketing Cloud Developers Certification Exam. Dive into multiple-choice questions with detailed explanations and hints. Enhance your skills and ensure success with targeted prep.

Multiple Choice

Open-ended comment designations such as -- to comment out a line are not supported.

Explanation:
Understanding which comment styles the environment recognizes is being tested. The statement here says that open-ended markers like -- to comment out a line are not supported. If the parser doesn’t treat -- as a comment delimiter, that portion of the line isn’t ignored and will be processed as code, leading to errors or unexpected behavior. So this assertion is true: that particular comment style isn’t supported in this context, and you’d need to use the environment’s supported comment syntax (such as // or /* ... */ or a template directive) to comment a line. The other options would imply the behavior is conditional, unspecified, or that the syntax is supported, which contradicts the given statement.

Understanding which comment styles the environment recognizes is being tested. The statement here says that open-ended markers like -- to comment out a line are not supported. If the parser doesn’t treat -- as a comment delimiter, that portion of the line isn’t ignored and will be processed as code, leading to errors or unexpected behavior. So this assertion is true: that particular comment style isn’t supported in this context, and you’d need to use the environment’s supported comment syntax (such as // or /* ... */ or a template directive) to comment a line. The other options would imply the behavior is conditional, unspecified, or that the syntax is supported, which contradicts the given statement.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy