class TEST_FEATURE_CALL_01 feature -- Access ac_function(a_arg,b_arg:INTEGER):INTEGER is --- local test,test1,test2:ANY tes3,test4:LINKED_LIST[ANY] do test.deep_clone (test2).do_nothing end a_integer:INTEGER --This is an integer a_STRING:STRING --This is an integer feature -- Command a_command is -- this is a command do end a_function:STRING is -- local i:INTEGER a,b,c:REAL bo:BOOLEAN do i.out.adapt_size a.set_item (b.to_double) end b_function(a_arg:INTEGER):INTEGER is --- local long_string:FILE do long_string.stamp (10) end c_function(a_arg,b_arg:INTEGER):INTEGER is --- local test,test1,test2:ANY tes3,test4:LINKED_LIST[ANY] do test.deep_clone (test2).do_nothing end end