Copies a global variable's value into a local variable with the same name.
. global ~my_var, +value . localize ~my_var (( n: Local my_var is: {$my_var} ))