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

3 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
4 + $foo # yields 4
"abc" + $foo + "def" # yields "abcdef"