$reverse isn't that hard to script but I still like the ideas smile

Code:
alias reverse {
  if ($1-) {
    var %x = 0
    while (%x < $len($1-)) {
      inc %x 1
      var %string = $mid($1-,%x,1) $+ %string
    }
    return %string
  }
}


What do you do at the end of the world? Are you busy? Will you save us?