Powershell parse string

A multi-line string with no interpolation; differs from a normal string in that you can embed single quotes within the string without doubling or escaping. @"... "@ interpolated here-string A multi-line string with interpolation; differs from a normal string in that you can embed double quotes within the string without doubling or escaping ... ................
................