RosettaCodeData/Task/String-append/PowerShell/string-append.psh
2015-11-18 06:14:39 +00:00

3 lines
39 B
Text

$str = "Hello, "
$str += "World!"
$str