From: Andrew Whitworth via RT <[EMAIL PROTECTED]>
   Date: Thu, Aug 7, 2008 at 12:11 AM

   I like ".." and "~". I also like "+", if we can get IMCC to reliably
   understand that when used on strings it performs concatenation
   instead of some crazy addition.

But there's a concat_p_p_p op, so "+" is ambiguous.  In general, it
seems best to use distinct tokens for distinct operations, rather than
depending on register types, so that extending the set of register types
for a given op doesn't introduce ambiguities by the back door.

                                        -- Bob Rogers
                                           http://rgrjr.dyndns.org/

Reply via email to