Author:halw

Date:2009-05-25T20:38:08.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@227 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
king
2009-05-25 22:33:39 +00:00
parent e3afbd3f8c
commit 39d737239f
2 changed files with 85 additions and 2 deletions

View File

@@ -226,11 +226,11 @@ As with the other examples of the '''attached syntax''', it is no longer necessa
==More about CAPs==
You might wonder about the use of a CAP using a <code>check</code> like this:
You might wonder about the use of a CAP which employs a <code>check</code> instruction like this:
<code>
my_detachable_any: detachable ANY
...
my_attached_any: ANY
local
l_result: like my_detachable_any