RosettaCodeData/Task/Read-a-configuration-file/PowerShell/read-a-configuration-file-7.ps1

9 lines
328 B
PowerShell
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
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