Hey cool nicely "abused" mate never thought of that before. Its still not indented correctly but still the half of something is better then a whole lot of nothing smile

if implemented i would also like to see the case statement using () as well as suppose to JS/PHP since we dont use quoted strings
Code:
switch (%var) { 
  case (dog) { 
    echo -a what you know! its a dog!
    break
  }
  default { 
    echo -a what you know! its not a dog :(
  }
}

Though default doesn't really need bracketing there :tongue:


$maybe