HomeLangPsFlow
Table of Contents
If (condition) { --- } If (condition) { } # condition # greater than $var -gt 0 # equal true $var -eq $True $var -eq 0 # not equal $var -ne 0 # not -Not $var