Hi, Consider the usage of type operator, int a,b; byte c ; b = type(a + 6 )'(c); so , what will be the type of self determined binary expression ( here a+6 ) when we try to find out it's type using type operator. Also in case if user specified concatination/multiple concatination expression in type operator then what will be the type of the concatination/multiple concatination expression ? As LRM does not state it clearly, Can someone tell me what would be the type of above expressions. Thanks , Sumay -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Mon Oct 15 02:58:21 2007
This archive was generated by hypermail 2.1.8 : Mon Oct 15 2007 - 02:58:32 PDT