> 
> Multiline atomic statements just have to be broken at the right
> place to avoid to break them:

Sorry about my English. Let me reformulate.

When folding an atomic statement, it becomes two statements or its
meaning is unchanged depending if an operand is expected or not at the
position of the folding.


> 
>  a +
>  b
> 
> is equivalent to
> 
>  a + b
> 
> But
> 
>  a
>  + b
> 
> are two statements.
> 

--
 stef

Reply via email to