Artifact e786217131a9de6e99a0e794a5c5b956909aa28e:
- 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]
(module call-with-environment-variables (call-with-environment-variables) (import scheme chicken) (include "call-with-environment-variables-core.scm"))