xmmood

15 Reputation

3 Badges

11 years, 31 days

MaplePrimes Activity


These are answers submitted by xmmood

you could try this

 

a:=[1 2 3];

a:='a';

 

OR

a:=[1 2 3];

a:=NULL;

 

Try these to see if this is what you want

Page 1 of 1