(* expression must return a typed-value *) program main(input,output); var a,b,c: integer; var x,y,z: real; begin a := b + c; x := y + z; a := x end.