S
steveski
If I need to initialize a bunch of variables, (C1 = 0, c2 = 0, c3 = 0
etc.), is there a shorthand method, or do I have to do it as follow:
c1=0
c2=0
c3=0
etc
etc.), is there a shorthand method, or do I have to do it as follow:
c1=0
c2=0
c3=0
etc