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