mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-11 05:15:10 +02:00
4 lines
68 B
Scheme
4 lines
68 B
Scheme
|
|
(define-library (scheme load)
|
|
(import (scheme))
|
|
(export load))
|