Closed MartinPacker closed 2 years ago
Right now the value of a =def symbol is the last value it ever got.
=def
It should be redefinable - with the new value being used from after the redefinition.
Arguably a bug.
Documentation also wants clarifying.
In v0.5.
Right now the value of a
=def
symbol is the last value it ever got.It should be redefinable - with the new value being used from after the redefinition.
Arguably a bug.
Documentation also wants clarifying.