RosettaCodeData/Task/Add-a-variable-to-a-class-i.../PowerShell/add-a-variable-to-a-class-i...

6 lines
156 B
Plaintext

$x = 42 `
| Add-Member -PassThru `
NoteProperty `
Title `
"The answer to the question about life, the universe and everything"