oren won't give up:
> "\(a) + \(b) = \(a+b)\n"
>
> The expressions embedded in the string are parsed at compile time and
> any syntax errors in them are detected during compilation.
note that "\(" is commonly used to escape parentheses in regular
expression strings.
</F>