function f(x)
{if (x==1) x=3; else {if (x<3) y=4; else z=y;} 
display "x=",x," y=",y," z=",z;}

