RosettaCodeData/Task/Variables/PowerShell/variables-2.psh

3 lines
73 B
Plaintext

4 + $foo # yields 4
"abc" + $foo + "def" # yields "abcdef"