Adam Majewski wrote:
> for radius:4 thru 1 step -1 do disp(radius);
(%i5) for radius:4 thru 1 step ''s do disp(radius);
4
3
2
1
--
Michel Talon