[plt-scheme] How to load a file.

From: Vinay Sachdev (vinay.sachdev at gmail.com)
Date: Tue Mar 10 07:35:54 EDT 2009

Hi,
 I want to use some functions of one file in another file.
 So I use load procedure as:

#lang r5rs
(load "sec-3.3.2.scm")

But when I try to use function from that file error is coming as
"unbound identifier in module"

I am using version 4.1.3
Am I doing it wrong? Please help.
-- 
Thanks and Regards
Vinay Sachdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090310/c273cad0/attachment.html>

Posted on the users mailing list.