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

3 lines
73 B
Text
Raw Permalink Normal View History

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