<div dir="ltr">Hi,<div>Here's an observation that I have -</div><div><br></div><div>I have "f1.scm" that defines a function f1 and f2.scm that defines f2 (which calls f1) </div><div><br></div><div>1. If I do gsc -o out -exe f1.scm f2.scm - out gets generated but I get the error unbound2/operator not a procedure</div><div><br></div><div>2. However, if I do gsc -out f2.scm f1.scm, things work fine</div><div><br></div><div>So my question is, is that expected as in, I must ensure that the list of files are in the right order (in terms of dependencies)? or am I missing some option?</div><div><br></div><div>Also, I'd appreciate some pointers to using definitions from another file - I found (##include) - is that the way to go?</div><div><br></div><div>Regards,</div><div>Kashyap</div></div>