/*****************************************************************************
Copyright ©
******************************************************************************/
class main
open core
predicates
classInfo : core::classInfo.
%
@short Class information predicate.
%
@detail This predicate represents information predicate of this class.
% @end
predicates
run : core::runnable.
likes(symbol,symbol)%%%%此处有语法错误,可是我一次用这个,完全不懂怎么改,书上的就只有这么一行,我猜加到这里应该没错,
end class main