#ifndef AFUN_RUN_H #define AFUN_RUN_H #include "macro.h" #include "code.h" bool iterCode(af_Code *code, af_Environment *env); #endif //AFUN_RUN_H