https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 1eaef7d69d4c5c8c577d7de451cb96ef03fa9756 authored by Joshua Cogliati on 28 March 2023, 01:05:59 UTC
Merge pull request #165 from jrincayc/release_624_changes
Tip revision: 1eaef7d
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top