mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user