2009-11-17

kaigou: this is what I do, darling (Default)
[personal profile] kaigou2009-11-17 11:37 am

style system variables

Is it possible to set a variable to be another variable?

That is, instead of:

set color_thing = "#333366";

doing:

set color_thing = $*some_other_thing;

such that the default value of $*color_thing is equal to the value of $*some_other_thing, but with option for user to override?