Chapter4/4.1_Syntax/If/ifのみ条件分岐.ps1

if ($a -gt 2) {
    Write-Host "The value $a is greater than 2."
}