8 lines
213 B
Scheme
8 lines
213 B
Scheme
|
; Copyright (c) 1993-1999 by Richard Kelsey and Jonathan Rees. See file COPYING.
|
||
|
|
||
|
; don't put a copyright notice, silly shell script
|
||
|
|
||
|
(define (*structure-ref struct name)
|
||
|
(eval name (interaction-environment)))
|
||
|
|