This function prints the argument it received into the standard system output and then returns the same argument as the result.

Precisely, the function prints the following value:

o != null ? o.toString() : "null"

Effectively, this function does nothing, but it may be helpful when debugging templates.