Hi, In SV 1800, continuous assignment syntax allows only '=' assignment operator. Why '+=', '-=' types of assignment operator not allowed. Why someone can't write: assign b += 1; Which is just similar to assign b = b + 1; Is there any specific reason or is it case of BNF overlook? -- Regards Surya -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Oct 10 00:17:53 2007
This archive was generated by hypermail 2.1.8 : Wed Oct 10 2007 - 00:18:23 PDT