3.2.5. out()

void out ( string $output [, bool $static = false] )

Adds the content $str to the compiler output. If no second parameter is specified, the content is treated as a dynamic PHP code. Set $static to true in order to send a plain, static text.