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
This commit is contained in:
eiffel-org
2019-09-11 16:20:55 +00:00
parent 650b714c84
commit a9eeb82e87

View File

@@ -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:publication_date|Wed, 11 Sep 2019 14:10:27 GMT]]
[[Property:title|Eiffel programming language reserved words]] [[Property:title|Eiffel programming language reserved words]]
[[Property:link_title|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=== ===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.]] :[[Eiffel programming language syntax#Conditionals|Conditional syntax.]]
@@ -171,7 +171,7 @@ Used after the reserved word [[#require|<code>require</code>]] as a precondition
===elseif=== ===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.]] :[[Eiffel programming language syntax#Conditionals|Syntax.]]
@@ -260,7 +260,7 @@ Used with a formal generic parameter to indicate that conformance of generic der
===if=== ===if===
Introduces a [[ET: Other Mechanisms#Conditional|conditional]]. Introduces a [[ET-_Instructions#Conditional|conditional]].
:[[Eiffel programming language syntax#Conditionals|Syntax.]] :[[Eiffel programming language syntax#Conditionals|Syntax.]]
@@ -439,7 +439,7 @@ Reserved for future use.
===then=== ===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.]] :[[Eiffel programming language syntax#Conditionals|Conditional syntax.]]