Will you alias work for the result variable too? Would be great -- I had often procs like
[https://github.com/StefanSalewski/cdt/blob/master/src/cdt/dt.nim#L92](https://github.com/StefanSalewski/cdt/blob/master/src/cdt/dt.nim#L92) where the symbol result is used really often. And the disadvantage of the term result is, that it is long and name does not indicate the true meaning of that value. No problem for short procs, but for longer procs, or when the term result is used very often, I would really like an alias. I know that this is only a PR, but as timothee is one of the really smart devs, it should be merged soon...