Correction... > This part was never in the Quasi proposal. `abc$$def` is the same as > `abc\${def}` according to the current proposal. `abc\$${def}` The point is that only $ident and ${...} are special. In all other contexts, $ is a normal character. -- erik