8 lines
175 B
Scheme
8 lines
175 B
Scheme
|
; no copyright
|
||
|
|
||
|
; (link-simple-system '(debug low-test) 'start low-test-system)
|
||
|
|
||
|
(define-structure low-test-system (export start)
|
||
|
(define-all-operators)
|
||
|
(files low-test))
|