Megatest

Diff
Login

Differences From Artifact [e786217131]:

To Artifact [9b19c97a90]:


1
2
3
4
5


6

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

 (import scheme chicken)




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




|
>
>
|
>
|
1
2
3
4
5
6
7
8
9
10
(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"))