typedef struct Logic { struct enum logicType { IF, ELSE, WHILE, FOR } logicType; } Logic; bool evalCondition()