示例#1
0
文件: genrcexe.c 项目: DrItanium/maya
void NextMethodPCommand(
  Environment *theEnv,
  UDFContext *context,
  UDFValue *returnValue)
  {
   returnValue->lexemeValue = CreateBoolean(theEnv,NextMethodP(theEnv));
  }
示例#2
0
void NextMethodPCommand(
  UDFContext *context,
  CLIPSValue *returnValue)
  {
   mCVSetBoolean(returnValue,NextMethodP(UDFContextEnvironment(context)));
  }