From a9eeb82e87a60da63d764279905e3692fde14f42 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 11 Sep 2019 16:20:55 +0000 Subject: [PATCH] fixed links to correctly point to "www.eiffel.org/doc/eiffel/ET-_Instructions#Conditional" Updated wikipage Eiffel programming language reserved words. (Signed-off-by:RTH10260). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2183 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffel-programming-language-reserved-words.wiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.]]