nikhan opened this issue 10 years ago · 0 comments
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
var b = 5
output = b
5
woops!