Гуру Pascal'я, помогите пожалуйста!
Var x,y:integer; beginread(x); if x<0 then y:=-1;<br>if x=0 then y:=0; if x>0 then y:=1; writeln('y=',y); end.