Hi, At Thu, 9 May 2002 12:47:09 +0900, Minero Aoki wrote: > > Have these been proposed already? > > > > :'+symbol' or :"+symbol" > > Then what should the next expression generate? > > str = 'test' > :"aa#{str}bb" I guessed it equals "aa\#{str}bb".intern, it accepts only escaped notations comparing with :'...'. -- Nobu Nakada