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

8 lines
102 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class
SINGLETON
create {SINGLETON_ACCESS}
default_create
feature
-- singleton features go here
end