mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
Update wikipage Eiffel programming language syntax. (Signed-off-by:alexk).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1857 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -456,6 +456,13 @@ Then_part ::= [[#Expressions|Boolean_expression]] <code>then</code> [[#Instructi
|
||||
Else_part ::= <code>else</code> [[#Instructions|Compound]]
|
||||
|
||||
|
||||
Conditional_expression ::= <code>if</code> Then_part_expression_list <code>else</code> [[#Expressions|Expression]] <code>end</code>
|
||||
|
||||
Then_part_expression_list ::= {Then_part_expression <code>elseif</code> ...}+
|
||||
|
||||
Then_part_expression ::= [[#Expressions|Boolean_expression]] <code>then</code> [[#Expressions|Expression]]
|
||||
|
||||
|
||||
===Multi-branch instructions ===
|
||||
Multi_branch ::= <code>inspect</code> [[#Expressions|Expression]] <nowiki>[When_part_list] [Else_part]</nowiki> <code>end</code>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user