silly question: why can't i alias an expression?

dennis luehring dl.soluz at gmx.net
Sun Apr 5 23:46:15 PDT 2009


why is something like that not possible? (except the missing langauge 
feature thing)

could it be a nice extension?

double A,B;
alias ( A + B * 10 ) my_expression;
double C = my_expression;



More information about the Digitalmars-d mailing list