It does within the scope of the function.
Try this:
Everything inside the function gets thrown away when its done executing.
Try using a macro if you don’t want to have scope issues.