#define  DONE_TAG   1	% define tag value
cdef done() => DONE_TAG()	% define value to be returned
cdef execute()	
      makewin	% execute the main body of code 
