RosettaCodeData/Task/String-append/PowerShell/string-append.psh
2023-07-01 13:44:08 -04:00

3 lines
39 B
Text

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