mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Corrected indentation.
Author:alexk Date:2013-02-22T17:45:56.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1218 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -227,7 +227,7 @@ As the example of <code>extend</code> shows, a deferred feature, although it has
|
||||
|
||||
Deferred classes do not have to be fully deferred. They may contain some effective features along with their deferred ones. Here, for example, we may express <code>count</code> as a function:
|
||||
<code>
|
||||
count: INTEGER
|
||||
count: INTEGER
|
||||
-- Number of items in list
|
||||
do
|
||||
from
|
||||
|
||||
Reference in New Issue
Block a user