if you set a rule such as `var b = 5` and then clear the code out and change the rule to `output = b` the output will be `5` woops!
if you set a rule such as
var b = 5and then clear the code out and change the rule to
output = bthe output will be
5woops!