diff --git a/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki b/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki index 177432c8..cad8eced 100644 --- a/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki +++ b/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki @@ -1,4 +1,4 @@ -[[Property:modification_date|Wed, 11 Sep 2019 14:10:27 GMT]] +[[Property:modification_date|Wed, 11 Sep 2019 16:20:54 GMT]] [[Property:publication_date|Wed, 11 Sep 2019 14:10:27 GMT]] [[Property:title|Eiffel programming language reserved words]] [[Property:link_title|Reserved words]] @@ -154,7 +154,7 @@ Introduces a sequence of instructions as a routine body, as shown in the [[ET: H ===else=== -Used in [[ET: Other Mechanisms#Conditional|conditional]] and [[ET-_Instructions#Multi-branch|multi-branch]] instructions to introduce a sequence of instructions to be executed in the case that no specified conditions are met. +Used in [[ET-_Instructions#Conditional|conditional]] and [[ET-_Instructions#Multi-branch|multi-branch]] instructions to introduce a sequence of instructions to be executed in the case that no specified conditions are met. :[[Eiffel programming language syntax#Conditionals|Conditional syntax.]] @@ -171,7 +171,7 @@ Used after the reserved word [[#require|require]] as a precondition ===elseif=== -Used in [[ET: Other Mechanisms#Conditional|conditional]] instructions to effect a "multi-branch" choice instruction. +Used in [[ET-_Instructions#Conditional|conditional]] instructions to effect a "multi-branch" choice instruction. :[[Eiffel programming language syntax#Conditionals|Syntax.]] @@ -260,7 +260,7 @@ Used with a formal generic parameter to indicate that conformance of generic der ===if=== -Introduces a [[ET: Other Mechanisms#Conditional|conditional]]. +Introduces a [[ET-_Instructions#Conditional|conditional]]. :[[Eiffel programming language syntax#Conditionals|Syntax.]] @@ -439,7 +439,7 @@ Reserved for future use. ===then=== -Used in [[ET: Other Mechanisms#Conditional|conditional]] and [[ET-_Instructions#Multi-branch|multi-branch]] instructions to introduce a sequence of instructions to be executed in the case that a condition is met. +Used in [[ET-_Instructions#Conditional|conditional]] and [[ET-_Instructions#Multi-branch|multi-branch]] instructions to introduce a sequence of instructions to be executed in the case that a condition is met. :[[Eiffel programming language syntax#Conditionals|Conditional syntax.]]