Since no one answered this, but I found the answer, and this was confirmed in the comment, I answer my question to close it.
Yes, to use several directives in the prolog, list them one by one like this:
function(){ "use foo"; "use bar"; }
or
function(){ "use foo"; "use bar"; }
source share