Maxima - assignment echo



Hello,

When I assign a variable in maxima, it does not echo the variable being
assigned.

For example:

(%i2)
%epsilon:0.1;M[a]:28.36184;m[f]:8488;M[f]:13.1;%gamma[a]:0.22529*28.36184/32;L:3.5810;k:0.7905;
(%o2) 0.1
(%o3) 28.36184
(%o4) 8488
(%o5) 13.1
(%o6) 0.199676216675
(%o7) 3.581
(%o8) 0.7905

Is there any way to have it return the variable being assigned as well?


Thank you.

.