# examples from page 143
print -r  "$PWD  \"  \$PWD  \\$PWD  \\\$PWD"

LANG=french
print -r  $"hello world"

print -r "`print -r \$PWD "\$PWD" ')a\`\$\\'`"
