How insert comments in .items file?

What is the comment syntax in .items files? It is not described in the manuals.

// Comment

1 Like

I’ll add this to the documentation if someone would advise the procedure.

Thanks for your answer

How To Comment Bloc of code in rules ?

That depends on the rule language being used.

// This is a comment in DSL rules 
//  logInfo("fred", "mary")
// That line is "commented out" and will not execute