You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which I think is wrong, because pred is always 0.
If I change IF to WHEN things are better:
{
}
For me its virtually impossible to write a functioning while loop with WHILE. First there is no example to steal from and the way pred and op have to be coded (is it even possible ?) is very unclear. I tried but gave up and wrote my own LOOP.
The text was updated successfully, but these errors were encountered:
I am using the WIKI article, to write some cpp code. I found that
produces
Which I think is wrong, because
pred
is always 0.If I change
IF
toWHEN
things are better:For me its virtually impossible to write a functioning while loop with WHILE. First there is no example to steal from and the way
pred
andop
have to be coded (is it even possible ?) is very unclear. I tried but gave up and wrote my own LOOP.The text was updated successfully, but these errors were encountered: