diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki index e5ad1c55..cc20081e 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki @@ -33,6 +33,10 @@ | !B! a.make | create {B} a.make |} +* note: replacement for the keyword indexing. +* attribute: new keyword to declare attribute body. +* attached: new keyword to specify attached types and object tests. +* detachable: new keyword to specify detachable types. ==Added semantics==