RosettaCodeData/Task/String-append/PowerShell/string-append.psh
2023-07-01 11:58:00 -04:00

3 lines
39 B
Text

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