mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
6 lines
90 B
PowerShell
6 lines
90 B
PowerShell
Param(
|
|
[bool]$boolvariable
|
|
)
|
|
|
|
Write-Host $boolvariable.GetType()
|
|
Write-Host $boolvariable
|