class MY_CLASS
create
make
feature {NONE} -- Initialization
-- This is a creation procedure or "Constructor".
do
create my_string.make_empty
end