CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/26 06:31:37
Modified files:
usr.bin/mg : interpreter.c
Log message:
Add 'get-environment-variable', in a fashion:
(define curdir(get-environment-variable CURDIR))
(insert curdir)
Should now print the value of the environment variable CURDIR's value,
or error if it is not set.
