Missing terminator

Hello everybody,

I share a surprise about an error message…

In PowerShell, you can type this code:

 "$p : {0}" -f $foi.Exists;

and that displays the contents of the $p characters string, followed by True or False, depending on whether the FolderInfo given in $foi exists or not.
Curiously enough, the colon is doubled, but well, that is to give some fancy.

Nice. But if I type that in PowerShell ISE, it tells me that the " terminator is missing in the chain.
I wonder what it would have told me, supposing I had put none.

Well, I think I have to avoid you a headache.
There is a missing " terminator, but two lines before this one.
If I put my nose just close to the screen, it is error prone.
Sorry to make you loose time.

:stuck_out_tongue_winking_eye:
At least it seems it didn’t take you that long to notice. :man_shrugging:t3: :love_you_gesture:t3: