4 lines
39 B
Text
4 lines
39 B
Text
|
|
s = "bar"
|
||
|
|
s = "foo" & s
|
||
|
|
WScript.Echo s
|