156dbb683c
If VAR is not previously set, call Var_Set to deal with the special case of VAR_CMD. If VAR is previously set, and ctxt is VAR_CMD we should do the update even if VAR_FROM_CMD is set.
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
default FU=<v>fu</v> FOO=<v>foo</v> VAR=<v></v>
|
|
two FU=<v>bar</v> FOO=<v>goo</v> VAR=<v></v>
|
|
immutable FU='bar'
|
|
immutable FOO='goo'
|
|
three FU=<v>bar</v> FOO=<v>goo</v> VAR=<v></v>
|
|
four FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
|
|
five FU=<v>bar</v> FOO=<v>goo</v> VAR=<v>Internal</v>
|
|
five v=is x k=is x
|
|
six v=is y k=is y
|
|
show-v v=override k=override
|
|
exit status 0
|