cedwar

16 Reputation

2 Badges

15 years, 231 days

MaplePrimes Activity


These are questions asked by cedwar

Say I have the following procedure:

testproc := proc(x,y)

print(x);print(y);

x:=y;

print(x);

end proc;

And I input the following:

testproc(6,10);

Why doesn't this work? I want x to be assigned the value of why (ie, x:=10).

Page 1 of 1