Chapter4/4.3_BasicScripting/testoutput.ps1

#!/usr/bin/env pwsh

Write-Output ($a = 1)
if (5 -ne $a) {
    Write-Output 2
}