https://github.com/jrincayc/ucblogo-code
Revision afe06d9d9d192529c1467490d6dd5f8468f424ab authored by Dan Malec on 04 January 2021, 21:17:24 UTC, committed by Dan Malec on 04 January 2021, 21:17:24 UTC
1 parent e023b8f
Raw File
Tip revision: afe06d9d9d192529c1467490d6dd5f8468f424ab authored by Dan Malec on 04 January 2021, 21:17:24 UTC
ISSUE-89: Don't pass a negative index to SetStyle
Tip revision: afe06d9
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top