Not according to this:
Code:
alias test {
  tokenize 32 $(!Name !Title $0.04,0)
  if ($regex($1-,/(^|[^\.\d])0*[1-9]|\.[5-9]/S)) {
    echo -ag big
  }
  else echo -ag small
}