struct environment; struct string; struct value; void environment_declare( struct environment* this, struct string* name, struct value* value);