Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Book-PowerShell-Samples
0.2
Chapter4/4.3_BasicScripting/test.ps1
#!/usr/bin/env pwsh
(
$a
=
1
)
if
(
5
-ne
$a
)
{
2
}