mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Update wikipage Eiffel programming language syntax. (Signed-off-by:jocelyn).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1605 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -143,10 +143,15 @@ Class_declaration ::= <nowiki>[</nowiki>[[#Notes|Notes]]<nowiki>]</nowiki>
|
|||||||
|
|
||||||
===Notes ===
|
===Notes ===
|
||||||
Notes ::= <code>note</code> Note_list
|
Notes ::= <code>note</code> Note_list
|
||||||
|
|
||||||
Note_list ::= {Note_entry ";" ...}*
|
Note_list ::= {Note_entry ";" ...}*
|
||||||
|
|
||||||
Note_entry ::= Note_name Note_values
|
Note_entry ::= Note_name Note_values
|
||||||
|
|
||||||
Note_name ::= [[#Identifiers|Identifier]] ":"
|
Note_name ::= [[#Identifiers|Identifier]] ":"
|
||||||
|
|
||||||
Note_values ::= {Note_item ","...}+
|
Note_values ::= {Note_item ","...}+
|
||||||
|
|
||||||
Note_item ::= [[#Identifiers|Identifier]] | [[#Manifest constants|Manifest_constant]]
|
Note_item ::= [[#Identifiers|Identifier]] | [[#Manifest constants|Manifest_constant]]
|
||||||
|
|
||||||
===Class headers ===
|
===Class headers ===
|
||||||
|
|||||||
Reference in New Issue
Block a user