GOTO statements are normally considered bad practice in modern programming languages - I'm guessing that is why it's not included in PowerShell. This shouldn't pose much of a limitiation though.
Once again, What is it that you are trying to accomplish?
Karl
What I am trying to accomplish is not relevant. All I wanted to know if there was a GOTO in PowerShell. I knew how to work around it ("if" does the job)