#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endif
#ifdef DEBUG
cout << text;
#endifstruct something {
std::string string;//0
struct function fn;//1
int i;//2
float f;//3
bool b;//4
std::vector<struct something> list;//5
struct something (*fn2)(std::vector<struct something>);//6, pointer to function
int type; //type 7 = error
};// just wanna make a interpreter in C
// made it cpp just so I can use iostream