From c2abb40d445ef887e8856ea374654e03109875c9 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 11 Sep 2019 23:28:26 +0000 Subject: [PATCH] replaced two links with same but underline instead of space within words Updated wikipage Conditional expression. (Signed-off-by:RTH10260). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2185 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../Expressions/Conditional-expression.wiki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/Expressions/Conditional-expression.wiki b/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/Expressions/Conditional-expression.wiki index a096da5e..e80bb55a 100644 --- a/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/Expressions/Conditional-expression.wiki +++ b/documentation/19.05/eiffel/Language_reference/quick-reference-eiffel-programming-language/Expressions/Conditional-expression.wiki @@ -1,9 +1,11 @@ +[[Property:modification_date|Wed, 11 Sep 2019 23:28:26 GMT]] +[[Property:publication_date|Wed, 11 Sep 2019 23:28:26 GMT]] [[Property:uuid|C652AC71-8BAD-4387-A46C-21C9F5C3A68F]] [[Property:weight|0]] [[Property:title|Conditional expression]] [[Property:link_title|Conditional]] -[[Eiffel%20Programming%20Language%20Syntax#Conditionals|Conditional expressions]] compute a value using different expressions depending on one or more conditions. If all expressions have the same type, the conditional expression as a whole has this type as well: +[[Eiffel_programming_language_syntax#Conditionals|Conditional expressions]] compute a value using different expressions depending on one or more conditions. If all expressions have the same type, the conditional expression as a whole has this type as well: if time < noon then @@ -17,7 +19,7 @@ has type `STRING`. -If the types of the expressions are different, the [[Types#Common ancestor types|common ancestor type]] is used as a type of the whole expression. +If the types of the expressions are different, the [[Types#Common_ancestor_types|common ancestor type]] is used as a type of the whole expression. if time < noon then