RosettaCodeData/Task/Read-a-configuration-file/PowerShell/read-a-configuration-file-7.ps1
2026-04-30 12:34:36 -04:00

8 lines
328 B
PowerShell

Show-Value $Configuration 'fullname'
Show-Value $Configuration 'favouritefruit'
Show-Value $Configuration 'needspeeling'
Show-Value $Configuration 'seedsremoved'
Show-Value $Configuration 'otherfamily'
Show-Value $Configuration 'otherfamily' 0
Show-Value $Configuration 'otherfamily' 1
Show-Value $Configuration 'otherfamily' 2