RosettaCodeData/Task/String-append/PowerShell/string-append.psh

4 lines
39 B
Plaintext

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