mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
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:
@@ -107,7 +107,7 @@ feature
|
||||
our_new_list.forth
|
||||
end
|
||||
our_new_list.extend ("%N I'm back.%N")
|
||||
our_new_list.general_store (soc2)
|
||||
our_new_list.independent_store (soc2)
|
||||
soc2.close
|
||||
end
|
||||
|
||||
@@ -151,7 +151,7 @@ feature
|
||||
create our_list.make
|
||||
our_list.extend("This"); our_list.extend (" is")
|
||||
our_list.extend (" our"); our_list.extend (" test")
|
||||
our_list.general_store (soc1)
|
||||
our_list.independent_store (soc1)
|
||||
our_new_list ?= soc1.retrieved
|
||||
from
|
||||
our_new_list.start
|
||||
|
||||
Reference in New Issue
Block a user