Skip to content

Error occured when using begin/end blocks without process block #12

@altrive

Description

@altrive
begin
{
    function Func1{
        Write-Host "def"
    }
    function Func2{
        Write-Host "ghi"
    }
}

Write-Host "abc"

end {
    Func1
    Func2
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions