47 zx_cls( _environment, NULL, NULL );
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
void cls(Environment *_environment, char *_paper)
Emit code for CLS.
void paper(Environment *_environment, char *_color)
Emit code for PAPER ... command.
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.
void zx_cls(Environment *_environment, char *_pen, char *_paper)