Originally Posted By: hixxy
I would also like to see switch/case blocks:

Code:
var %x = 10
switch (%x) {
  case (1) { ; %x = 1 }
  case (> 5) { ; %x is more than 5 }
  case (<= 5) { ; %x is less than 6 }
}


Agreed!