It is now possible to define single value variables in the startup file:
authorlum <lum@openbsd.org>
Tue, 2 Mar 2021 19:50:52 +0000 (19:50 +0000)
committerlum <lum@openbsd.org>
Tue, 2 Mar 2021 19:50:52 +0000 (19:50 +0000)
commitfefadbf1d302de8079a7ce7583f9eeec7aee7446
tree5ddfb027143096fdc60641177bbe73fd8a53a453
parent8e2e76e822b65b23c7ae5c633b7c0714b2950c5e
It is now possible to define single value variables in the startup file:

(define myfile d.txt)

And use them like:

(find-file myfile)
usr.bin/mg/interpreter.c