How to put comments in FQL script file?

Can’t find it easily by search in docs or in here. What is the comment character to put comments in FQL scripts?

Hi @skanade,

something like that:

Paginate(Collections())
//Comment here
Paginate(Databases())
/*More
comments
here*/
Paginate(Indexes())

Luigi