yash-rs
yash-rs copied to clipboard
Remembering location of unset
trafficstars
The current definition of variables does not remember the location of the unset command when an existing variable is unset. Remembering the location might help improve an error message displayed when the unset variable is used later. (Something like "Variable $XXX does not exist. It was unset at ...")