nazo wrote: > suggestion of syntax sugar: > const int f(alias i)=i*10; Makes me think of my hypothetical Boar language... # // Boar example # module #Math; # function Float sqr ($n) = $n * $n; # function Float cube ($n) = #Math:sqr($n) * $n; Therefore, naturally, I'm not against it. :) -- Chris Nicholson-Sauls