60 coleco_joy( _environment, _port, result->realName );
Variable * variable_retrieve_or_define(Environment *_environment, char *_name, VariableType _type, int _value)
Variable * variable_temporary(Environment *_environment, VariableType _type, char *_meaning)
Define a temporary variable.
Variable * joy(Environment *_environment, int _port)
Variable * joy_vars(Environment *_environment, char *_port)
void coleco_joy(Environment *_environment, int _port, char *_value)
void coleco_joy_vars(Environment *_environment, char *_port, char *_value)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.