$ mit-scheme
1 ]=> (load "mylib.sld")
1 ]=> (import (example mylib))

However, the (import ...) fails. Apparently "import" is not available in
the REPL.

Use ,(import (example mylib))

See ,help

Reply via email to