主題
    about_Reserved_Words

簡短描述
    列出在 Windows PowerShell 中具有特殊意義,因而不能當做識別元使用的保留字。

完整描述
    某些單字在 Windows PowerShell 中具有特殊意義。當這些單字以不加引號的格式
    顯示時,Windows PowerShell 會嘗試套用其特殊意義,而非將其視為純粹的字元字
    串。若要在命令或指令碼中使用這些單字做為參數引數,而不呼叫其特殊意義,請
    將保留字置於引號中。

    以下是 Windows PowerShell 中的保留字:

        Break       
        Continue
        Do
        Else
        Elseif
        Filter
        For
        Foreach
        Function
        If
        In
        Local
        Private
        Return
        Switch
        Until
        Where
        While

    如需 Foreach、If、For 和 While 等語言陳述式的詳細資訊,請依序輸入
    "get-help"、首碼 "about_" 以及陳述式的名稱。例如,若要取得 Foreach
    陳述式的詳細資訊,請輸入:

	get-help about_foreach

    如需 Filter 陳述式或 Return 陳述式語法的詳細資訊,請輸入:

        get-help about_functions

請參閱
    about_Command_Syntax
    about_Escape_Characters
    about_Language_Keywords
    about_Parsing
    about_Quoting_Rules
    about_Script_Blocks
    about_Special_Characters




目錄