Martin Schneeweis <[email protected]> wrote: > Splitting the whole thing into 3 files does not work - I get a runtime > exception (when executing "mod-c"): "Error: unbound variable: > mod-a#test-a".
The one thing that is missing from your example, is that mod-a is never loaded, this can be acheived by adding `(use mod-a)` in mod-b’s code. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
