community.general/test/integration/targets/win_script/files/test_script_bool.ps1

7 lines
103 B
PowerShell

Param(
[bool]$boolvariable
)
Write-Output $boolvariable.GetType().FullName
Write-Output $boolvariable