Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The Elvish example is a lot neater in Powershell: `(irm https://api.github.com/repos/elves/elvish/issues)|select number, title -first 11`

Can you elaborate on the semicolons? Lists are declared by a comma, not semicolon: `$a = 1,2`, or `$a = @(1)` to enforce it



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: