Dangelomjoyce
04/29/2019, 10:51 PMdarkmoon_uk
04/29/2019, 11:14 PMelse
branch that would be required by the outer assignment.darkmoon_uk
04/29/2019, 11:15 PMprintln("So that it appears like this")
Dangelomjoyce
04/29/2019, 11:28 PMDangelomjoyce
04/29/2019, 11:30 PMDangelomjoyce
04/30/2019, 12:23 AMilya.gorbunov
04/30/2019, 1:27 AMwhen
clauses are evaluated one-by-one. So the first range clause 75..98 catches all values in that range and thus you'll never step in the next branch.ilya.gorbunov
04/30/2019, 1:27 AM100..89
range looks strange: it is always empty, because its end is less than the start.