What is the method to include comments in Robot Framework test case files?

What is the method to include comments in Robot Framework test case files?

Hi Dipen,

Comments can be inserted using the ‘#’ symbol for single-line comments. For multi-line comments, use triple asterisks ‘***’ to enclose the comment block.