Adds a raw string to the compiled code.
string $string The string:
Twig_Compiler The current compiler instance
public function raw($string) { $this->source .= $string; return $this; }