Author:halw

Date:2008-12-11T03:17:35.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@135 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2008-12-11 22:59:05 +00:00
parent 22b8895dcf
commit 9179b8f5fb

View File

@@ -107,7 +107,7 @@ feature
our_new_list.forth our_new_list.forth
end end
our_new_list.extend ("%N I'm back.%N") our_new_list.extend ("%N I'm back.%N")
our_new_list.general_store (soc2) our_new_list.independent_store (soc2)
soc2.close soc2.close
end end
@@ -151,7 +151,7 @@ feature
create our_list.make create our_list.make
our_list.extend("This"); our_list.extend (" is") our_list.extend("This"); our_list.extend (" is")
our_list.extend (" our"); our_list.extend (" test") our_list.extend (" our"); our_list.extend (" test")
our_list.general_store (soc1) our_list.independent_store (soc1)
our_new_list ?= soc1.retrieved our_new_list ?= soc1.retrieved
from from
our_new_list.start our_new_list.start