cedwar

16 Reputation

2 Badges

15 years, 231 days

MaplePrimes Activity


These are answers submitted by cedwar

Ok I understand what you mean. What I'm really trying to make is a for/while loop in the procedure:

for i from 0 to 10 do:
y:= x-(some stuff);
print(y);
x:=y;
end do;

What would the "best" solution to the problem be? I can't see a way to use a local variable.

Page 1 of 1