https://ss64.com/ps/syntax-concat.html
$HELLO = "Hello " $WORLD = "World" $SPEECH = $HELLO + " " + $WORLD $SPEECH
Welcome to FreeSoftwareServers Confluence Wiki
https://ss64.com/ps/syntax-concat.html
$HELLO = "Hello " $WORLD = "World" $SPEECH = $HELLO + " " + $WORLD $SPEECH