RosettaCodeData/Task/Singleton/Eiffel/singleton-1.e

8 lines
102 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
class
SINGLETON
create {SINGLETON_ACCESS}
default_create
feature
-- singleton features go here
end