-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The explanation of the range operator seem not correct #85
Labels
good first issue
Good for newcomers
Comments
LaurentDardenne
changed the title
The exaplanation the range operator seem not correct
The explanation the range operator seem not correct
Jul 1, 2022
LaurentDardenne
changed the title
The explanation the range operator seem not correct
The explanation of the range operator seem not correct
Jul 1, 2022
Oof I agree, this looks ugly. I introduced this myself in #79, while working on #78 and #77. Maybe we should change this here:
And adapt the code here: explainpowershell/explainpowershell.analysisservice/AstVisitorExplainer.cs Lines 198 to 214 in 9b2a344
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
I dont understand : The range operator '..'. This works from left to right, so targeting '10'
Note, since PS v6:
The range operator '..'. This works from left to right, so targeting '"Z"'
The text was updated successfully, but these errors were encountered: