noonien.bsky.social
@noonien.bsky.social
Is it weird if I am kinda jealous? Ngl, makes me want to curl up with a PowerShell book and some hot cocoa in a Patch My PC onesie.
May 7, 2025 at 12:30 AM
I had to google, but I think it’s C.
Multi variable assignment -
Since only one value is specified on each line only the first variable is populated. only $a and $b have a value assigned. So $a contains 123, $b contains 456, $c and $d are null so the write host would be 123 456.
November 15, 2024 at 12:33 PM