12345678910 |
- #ifndef AFUN_RUN_H
- #define AFUN_RUN_H
- #include "aFunCoreExport.h"
- #include "tool.h"
- #include "code.h"
- /* 代码运行工具 */
- AFUN_CORE_EXPORT bool iterCode(af_Code *code, af_Environment *env);
- AFUN_CORE_EXPORT bool iterDestruct(int deep, af_Environment *env);
- #endif //AFUN_RUN_H
|