On Wed, Mar 20, 2013 at 7:34 AM, Boshra Nabaei <b.nab...@gmail.com> wrote:
> Thanks a lot Danny!
> Now after inputting string(the name if he test-case file) I want to require
> that. It finds it, but still doesn't recognize my list defined in there.
> When I use (provide), racket doesn't know (provide).
>
> how can I require another file to use its variable without (provide)?

I recommend that you keep the Racket list in CC, so that you don't
depend on just one person to help resolve your questions.


It would be helpful to show what your programs look like now.  I
expected using 'provide' and 'require' to work to refer to variables
in other modules.  The Guide introduces them here:

    http://docs.racket-lang.org/guide/module-basics.html

If you can show us what you're doing, we may be able to identify where
the problem is coming from.
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to