https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 33bc65673ca25089c9acaf8a9eb44bb780686105 authored by Joshua Cogliati on 30 December 2020, 15:37:02 UTC
Merge pull request #85 from jrincayc/release_6_2_work
Tip revision: 33bc656
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top