TPT does not automatically remove carriage returns on lines
that only contain function calls. To make TPT ignore the
carriage return, use a backslash.
Example C.2. Carriage Returns in PML and TPT
PML ignores carriage returns
@include(file.pmlh)
TPT must be told to ignore carriage returns
@include("file.tph")\