https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: e023b8fcadc2e1b35a37b911250b251e0ec1da0b authored by Joshua Cogliati on 31 December 2020, 15:53:53 UTC
Merge pull request #87 from jrincayc/update_version
Tip revision: e023b8f
eval.h
#ifndef EVAL_H
#define EVAL_H

#include "logo.h"
extern NODE *evaluator(NODE *list, enum labels where);

#endif
back to top