As with native PowerShell: ```PowerShell ('a'..'z')[3..5] d e f ``` Suppoort ranges [and more](https://github.com/PowerShell/PowerShell/issues/24505): ```PowerShell ,@('a'..'z') | Get-Node [2..5] ``` This issue supersedes: #104