'@ should be first thing in the line or it is considered to be just a part of the string.
$test=@'
Test
Test
'@
This approach also works with @"/"@
'@ should be first thing in the line or it is considered to be just a part of the string.
$test=@'
Test
Test
'@
This approach also works with @"/"@