RosettaCodeData/Task/String-prepend/VBScript/string-prepend.vbs
2026-04-30 12:34:36 -04:00

3 lines
39 B
Text

s = "bar"
s = "foo" & s
WScript.Echo s