Adds a quoted string to the compiled code.
$this
public function string(string $value) { $this->source .= \sprintf('"%s"', addcslashes($value, "\x00\t\"\$\\")); return $this; }