- indexing
- title: "Visual Eiffel environment variables"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: ve_settings
class VE_VARIABLES
- inherit
-
ENVIRONMENT_SERVER
- end
-
KL_VALUES
[STRING, STRING]
- end
- feature -- Access
-
value (name: STRING): STRING
end -- class VE_VARIABLES