If the condition is false, it moves onto the next command or statement. Here's a simple PowerShell example. $eggs = 10 if ($eggs -lt 12) ...
確定! 回上一頁