is var
and is not var
work with if but not while loop
#7676
Unanswered
Thaina
asked this question in
Language Ideas
Replies: 1 comment 4 replies
-
Pattern variables declared within a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code above give error
https://dotnetfiddle.net/vi1hxZ
As the logic are very simple and obvious branch prediction,
while
condition without internalbreak
should allow initialize variable likeif
Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions