video stop at 1h
This commit is contained in:
7
5.Switch.ps1
Normal file
7
5.Switch.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$House = "Targaryen"
|
||||
|
||||
Switch($House){
|
||||
"Targaryen" {Write-Host "You're crazy!"; break}
|
||||
"Lannister" {Write-Host "You always pay your debts!"; break}
|
||||
"Stark" {Write-Host "Nothing bad is going to happen at the wall"; break}
|
||||
}
|
||||
Reference in New Issue
Block a user