mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
Author:halw
Date:2009-10-04T17:32:39.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@319 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -207,18 +207,38 @@ Used to [[ET: Inheritance#Changing the export status|change the export status]]
|
||||
|
||||
===external===
|
||||
|
||||
Denotes an [[ET: The Static Picture: System Organization#External software|external routine]]. External routines are commonly defined to interface with [[C externals|C external routines]] and [[C++ Externals|C++ external routines]].
|
||||
|
||||
:[[Eiffel language syntax#External routines|Syntax]]
|
||||
|
||||
|
||||
===False===
|
||||
|
||||
Boolean manifest constant.
|
||||
|
||||
:[[Eiffel language syntax#Manifest constants|Syntax.]]
|
||||
|
||||
|
||||
===feature===
|
||||
|
||||
Introduces a [[ET: Hello World|feature clause]].
|
||||
|
||||
:[[Eiffel language syntax#Feature parts|Syntax.]]
|
||||
|
||||
|
||||
===from===
|
||||
|
||||
Used in [[ET: Other Mechanisms#Loop|loop]] initialization.
|
||||
|
||||
:[[Eiffel language syntax#Loops|Syntax.]]
|
||||
|
||||
|
||||
===frozen===
|
||||
|
||||
Used in a class header to mark a class explicitly as frozen. A frozen class prohibits it from serving as a "conforming parent" to other classes. (8.4.5).
|
||||
|
||||
:[[Eiffel language syntax#Class headers|Syntax.]]
|
||||
|
||||
|
||||
===if===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user