class C1 feature c1_a:STRING do Result := "This is c1_a%N" end c1_b:STRING do Result := "This is c1_b%N" end end