Chapter4/4.3_BasicScripting/test.ps1

#!/usr/bin/env pwsh

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