On Thu, 01 Nov 2007 09:56:20 -0000, Ian Hickson <ian@hixie.ch> wrote: > Regarding semicolons: I don't know if they should be required or not. I'd > like implementation experience to guide us on that. It seems like we'd > want them to be not allowed, so that we force the issue of there only > being one statement per call. I think semicolon must be optional, otherwise it would be source of "mysterious" errors. Trailing semicolon is optional in many (if not all) server-side SQL interfaces and also in JS and CSS. Of course optional semicolon should be just a syntactic sugar and shouldn't allow more than one statement per call. -- regards, Kornel LesinskiReceived on Thursday, 1 November 2007 22:31:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 9 May 2012 00:16:09 GMT