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

3 lines
51 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$extra = "little"
"Mary had a {0} lamb." -f $extra