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