From 6ae4cd43a8404cd28af37293372d91e938116586 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 23 Mar 2017 10:09:28 +0000 Subject: [PATCH] Update wikipage EiffelBase, The Kernel. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1808 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelbase/eiffelbase-tutorial/eiffelbase-kernel.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel.wiki b/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel.wiki index 3d85692a..f699cddc 100644 --- a/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel.wiki +++ b/documentation/trunk/solutions/basic-computing/eiffelbase/eiffelbase-tutorial/eiffelbase-kernel.wiki @@ -336,7 +336,7 @@ Regardless of the operating system that you use, for simple input and output [[r To simplify the writing of common input and output operations, the most frequently used features of class FILE - for reading and writing integers, reals and so on, as discussed next - have been repeated in [[ref:libraries/base/reference/std_files_chart|STD_FILES]] so as to apply to the default input and output. Procedure put_string in the example at the beginning of this section is typical: it writes its output on the standard output. More generally, [[ref:libraries/base/reference/std_files_chart|STD_FILES]] has all the put_xxx, read_xxx and last_xxx features of FILE. -=PERSISTENCE, STORAGE, AND RETRIEVAL= +=Persistence, Storage, and Retrieval= Most object-oriented applications need the ability to store object structures on persistent storage for later retrieval, and to transfer such object structures to other applications.