mindsensors / PiStorms

PiStorms code, libraries and setup.
http://www.mindsensors.com/content/78-pistorms-lego-interface
29 stars 17 forks source link

Make empty array initializations easier to read #20

Closed seth10 closed 7 years ago

seth10 commented 7 years ago

Make EV3Cache initialization easier to read

[0,[0]16,0,0,[0]32]==[0,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],0,0,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]] True

Make terminalBuffer initialization easier to read

[""]*20 == ["","","","","","","","","","","","","","","","","","","",""] True