Quote:
Quote:
alias v0 return $numtok($+($v1,$lf,$v2),10)

^ I dont like this becuase $v1 or $v2 maybe $null or $lf (not in my example code) and would cause $v0 to return the wrong result.

Indeed it could. $lf was just the first thing that came to mind. I doubt that any token separator would be flawless, and perhaps that could be the only reason for having a built-in $v0 identifier smile

I thought of using goto for a way around causing an if test of $v0 to trigger new $v1 and $v2, but I doubt "goto" makes a good case for getting a new built-in identifier added.