Hello.
In order to make a better version of the Program "Guess my number", I have begun to splitt the program into two parts, as you see here:
As you see, I have to define someway the "variables" variable. Is this the only way to link the two parts of the program or do you have a second, more elegant way to do that? Otherwise Dr Racket complains that "variables" is not defined.. I mean, is there a way to use open and close so that the compiler understands that under "variables" I mean "upper" AND "lower"?