class TEST_VARIABLE_DECLARATION_01 feature -- Access 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 do end b_function(a_arg:INTEGER):INTEGER is --- local long_string:FILE do end c_function(a_arg,b_arg:INTEGER):INTEGER is --- local test,test1,test2:ANY tes3,test4:LINKED_LIST[ANY] do end d_function(a_arg:INTEGER; b_arg:INTEGER):STRING is --- do end end