myVariable = 1 wscript.echo "The value of the variable is " & myVariable myVariable = "Hello" wscript.echo "The value of the variable is " & myVariable myVariable = 10 + 20 wscript.echo "The value of the variable is " & myVariable