>
> case bla of > Pat when true ->; > Pat when false->; > Pat -> > code() > end. > > but that's not what he wrote... > in that case i propose the above. currently gives syntax error. What about: case bla of Pat when true \/ Pat when false \/ Pat -> Never seen similar notation in other languages, but it should not be a problem :-) Georgy