#ifndef AFUN_RUN_HPP #define AFUN_RUN_HPP #include "aFunCoreExport.h" #include "tool.hpp" #include "code.hpp" /* 代码运行 相关操作 */ AFUN_CORE_EXPORT bool iterCode(af_Code *code, int mode, af_Environment *env); #endif //AFUN_RUN_HPP