Class Main inherits IO { x:Int<- 1; y:Int<- 2; z:Int; w:Int; main():Object{ w<-{let a:Int<- 1,b:Int<- 2,c:Int<- 3 in a+b+c;} }; };