Closed scizzorz closed 4 years ago
Sometimes it's helpful to set a default value for a variable that can be overridden if set outside of mold, eg:
$ export FOO=bar $ mold foo
At the moment, I think something like this could suffice:
var FOO := "foo"
but open to other ideas.
Sometimes it's helpful to set a default value for a variable that can be overridden if set outside of mold, eg:
At the moment, I think something like this could suffice:
but open to other ideas.