From 030ae36942459b60da4875db64170eac957580ea Mon Sep 17 00:00:00 2001 From: halw Date: Sun, 28 Aug 2011 16:34:09 +0000 Subject: [PATCH] Add link to "differences" page. Author:halw Date:2011-08-28T16:34:09.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@959 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffel-programming-language-reserved-words.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki index 0b1c3461..fa613b87 100644 --- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki +++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki @@ -2,11 +2,13 @@ [[Property:link_title|Eiffel programming language reserved words]] [[Property:weight|1]] [[Property:uuid|047ce062-45de-f25c-f356-ee8ec0fc2d1d]] - In the Eiffel language, there are certain words that are considered "reserved". These words have specific meanings recognized by the compiler. As such, it is invalid to attempt to use a reserved word as an ordinary language identifier. The reserved words listed in the ISO/ECMA standard are shown below with a brief explanation of their meanings. Links are given where appropriate to the syntax definitions and to descriptions in the online documentation. Occasionally, references to the June 2006 standard document are used and are recognizable as clause numbers in parentheses, i.e., three integers separated by dots, for example: (8.14.1) +Remember that the set of reserved words supported by the Eiffel Software implementation may vary somewhat from those specified in the current standard. See the [[Differences between standard ECMA-367 and Eiffel Software implementation|"differences" chapter of the online documentation]] for information on these variances. + + ==Reserved words==