From: Wladimir Mutel Date: 2002-04-15T01:20:54+09:00 Subject: Re: statements & expressions( was RE: not vs !, and vs && ) � ������ <200204141423.g3EENUn00373@moulon.inra.fr> ts �������(�): >>>>>> "W" == Wladimir Mutel writes: > >W> Why it does not assign p to be Z in line 3 ? > > 1.6.7 give an error when you try to assign the return value of a void > expression. > > 1.7.2 give an error only for return, break, next, redo, retry and a > warning for othercase Thank you for the explanations and examples.