diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki index a140bf3f..599d5430 100644 --- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki +++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki @@ -2,6 +2,10 @@ [[Property:link_title|Eiffel programming language reserved words]] [[Property:weight|1]] [[Property:uuid|047ce062-45de-f25c-f356-ee8ec0fc2d1d]] +{{underconstruction}} + + + In the Eiffel language, there are certain words that are considered "reserved". These words have specific meanings recognized by the compiler. As such, it is invalid to attempt to use a reserved word as an ordinary language identifier. The reserved words listed in the ISO/ECMA standard are shown below with a brief explanation of their meanings. Links are given where appropriate to the syntax definitions and to descriptions in the online documentation. Occasionally, references to the June 2006 standard document are used and are recognizable as clause numbers in parentheses, i.e., three integers separated by dots, for example: (8.14.1) @@ -189,9 +193,17 @@ Introduces a [[ET: Design by Contract (tm), Assertions and Exceptions#Expressing ===expanded=== +Used in a class header to indicate that a class is [[ET: The Dynamic Structure: Execution Model#Type categories|expanded]]. + +:[[Eiffel language syntax#Class headers|Syntax.]] + ===export=== +Used to [[ET: Inheritance#Changing the export status|change the export status]] (availability to clients) of inherited features. + +:[[Eiffel language syntax#Export adaptation|Syntax.]] + ===external===