class TEST create make feature make is do print (n); io.new_line end n: INTEGER attribute Result := 47 end end