- From: Xavier Franc <xfranc@online.fr>
- Date: Mon, 26 Jan 2004 10:41:13 +0100
- To: www-ql@w3.org
> > >You could simply use parentheses to tie the 'else' to the outer 'if': > >if (expr) then (if (expr) A) else B > > Absolutely. Introducing curly braces would be inconsistent with the rest of the language: except fo r variable initializations ( which should be changed), curly braces are used for constructs related to nodes.
Received on Monday, 26 January 2004 04:45:20 UTC