environments.scm 213 B

12345678
  1. ; Copyright (c) 1993-2007 by Richard Kelsey and Jonathan Rees. See file COPYING.
  2. ; don't put a copyright notice, silly shell script
  3. (define (*structure-ref struct name)
  4. (eval name (interaction-environment)))