https://github.com/jrincayc/ucblogo-code
Raw File
Tip revision: 3c0acfb7440cb9aea93e56c9e5b135a010f0a617 authored by Barak A. Pearlmutter on 23 March 2023, 18:25:43 UTC
restrict uscan to numeric versions
Tip revision: 3c0acfb
eval.h
#ifndef EVAL_H
#define EVAL_H

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

#endif
back to top