Differences From Artifact [e786217131]:
- File call-with-environment-variables/call-with-environment-variables.scm — part of check-in [8856c49357] at 2021-04-03 16:50:22 on branch v1.6584-ck5 — Adding call-with-environment-variables for the transition (user: matt, size: 158) [annotate] [blame] [check-ins using]
To Artifact [9b19c97a90]:
- File call-with-environment-variables/call-with-environment-variables.scm — part of check-in [e0c6480079] at 2021-04-03 17:08:50 on branch v1.6584-ck5 — wip (user: matt, size: 226) [annotate] [blame] [check-ins using]
1 2 3 4 | (module call-with-environment-variables (call-with-environment-variables) | | > > | > | | 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")) |