uhh joke if u didnt notice you have one to many } on the end of that little snipit ;p

Code:
alias c {  
  var %i = 0
  while (%i < 255) {
    inc %i
    echo -s %i $chr(%i)
  }
}