RosettaCodeData/Task/String-prepend/VBScript/string-prepend.vb
2023-07-01 13:44:08 -04:00

3 lines
39 B
VB.net

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