RosettaCodeData/Task/String-prepend/VBScript/string-prepend.vb
2015-11-18 06:14:39 +00:00

3 lines
39 B
VB.net

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