RosettaCodeData/Task/Read-a-configuration-file/PowerShell/read-a-configuration-file-7.psh
2023-07-01 13:44:08 -04:00

8 lines
328 B
Text

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