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