예제 #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)));
  }