https://github.com/jrincayc/ucblogo-code
Revision a18fe819977efca9b8294af5e8f1fc146b33cbac authored by Dan Malec on 08 December 2020, 03:23:02 UTC, committed by Dan Malec on 08 December 2020, 03:23:02 UTC
1 parent 1dc85cf
Raw File
Tip revision: a18fe819977efca9b8294af5e8f1fc146b33cbac authored by Dan Malec on 08 December 2020, 03:23:02 UTC
Added an error message for LINEP on systems compiled without wxWidgets
Tip revision: a18fe81
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top