Say I have a variable test
with the value example
. I want to make a new variable that is called the value of test
, so the new variable would be called example
.
Is this possible? If so, how?
Say I have a variable test
with the value example
. I want to make a new variable that is called the value of test
, so the new variable would be called example
.
Is this possible? If so, how?