RosettaCodeData/Task/Variables/PowerShell/variables-2.psh
2023-07-01 13:44:08 -04:00

2 lines
73 B
Text

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