Dangelomjoyce
04/29/2019, 10:39 PMRuckus
04/30/2019, 12:10 AMDangelomjoyce
04/30/2019, 12:39 AMcrummy
04/30/2019, 3:10 AMcrummy
04/30/2019, 3:11 AMTim Fennis
04/30/2019, 7:28 AMRuckus
04/30/2019, 1:43 PM100..89
is not a valid range
2. 75..98
covers the range 75..89
, so the second will never be executed
3. if (isBlessed) { IS_BLESSED } else {}
does not return a value in both branches
If you could post an explanation of what you are trying to achieve (what ranges and flags result in which values), we could probably help you write the appropriate clauses.