All variables in PowerSlim is global. If I create $x variable in one scenario, I can use it in other, in general script, everywhere.
Now, to avoid problems with unexpected value in $x-variable in script I call Remove-variable x in last line of scenario. It's not comfortably.