Need to be able to store a string.

This commit is contained in:
Simon Forman 2023-02-01 18:37:10 -08:00
parent 66cbbac1cc
commit 8ae9851c0f
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ struct JoyType {
int boolean;
mpz_t i;
struct list_node* el;
char *symbol;
} value;
} name ;