indexing description: "Globally accessible system properties" project: "Project Goanna " library: "preferences" date: "$Date$" revision: "$Revision$" author: "Glenn Maughan " copyright: "Copyright (c) 2002 Glenn Maughan" license: "Eiffel Forum License v1 (see forum.txt)." class GP_SHARED_SYSTEM_PROPERTIES feature -- Access System_properties: GP_SYSTEM_PROPERTIES is -- System properties once create Result end end -- class GP_SHARED_SYSTEM_PROPERTIES