Megatest

call-with-environment-variables.scm at [21ed5f0c54]
Login

File call-with-environment-variables/call-with-environment-variables.scm artifact 9b19c97a90 part of check-in 21ed5f0c54


(module
 call-with-environment-variables
 (call-with-environment-variables)

 (import scheme
	 chicken.base
	 chicken.process-context
	 )

 (include "call-with-environment-variables/call-with-environment-variables-core.scm"))