RosettaCodeData/Task/String-interpolation--included-/PowerShell/string-interpolation--included--1.psh

3 lines
51 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
$extra = "little"
"Mary had a {0} lamb." -f $extra