Adds a raw string to the compiled code.
$this
public function raw(string $string) { $this->checkForEcho($string); $this->source .= $string; return $this; }