Difference between revisions of "Team:Cambridge-JIC/Practices"
KaterinaMN (Talk | contribs) |
KaterinaMN (Talk | contribs) |
||
Line 220: | Line 220: | ||
step2b.bind(step3c, [0]); | step2b.bind(step3c, [0]); | ||
step2b.bind(step3b, [1]); | step2b.bind(step3b, [1]); | ||
+ | step3a.bind(step4b, [0]); | ||
step3a.bind(step4a, [1]); | step3a.bind(step4a, [1]); | ||
step3b.bind(step4d, [0]); | step3b.bind(step4d, [0]); | ||
step3b.bind(step4c, [1]); | step3b.bind(step4c, [1]); | ||
− | + | step4a.bind(step5d, [1]); | |
+ | step4b.bind(step5d, [1]); | ||
step4c.bind(step5a, [1]); | step4c.bind(step5a, [1]); | ||
+ | step4d.bind(step5c, [0]); | ||
+ | step4d.bind(step5b, [1]); | ||
step5b.bind(step6a, [0]); | step5b.bind(step6a, [0]); | ||
step5b.bind(step6b, [1]); | step5b.bind(step6b, [1]); |
Revision as of 11:55, 8 September 2015