/pyjs/tests/test043.js
http://pyjamas.googlecode.com/ · JavaScript · 23 lines · 14 code · 9 blank · 0 comment · 3 complexity · 8df2a6a159236237339c7f262716bf64 MD5 · raw file
- function test() {
- var __temp_i = pairs.__iter__();
- try {
- while (true) {
- var temp_i = __temp_i.next();
-
- var i = temp_i.__getitem__(0);
-
- var j = temp_i.__getitem__(1);
-
-
- }
- } catch (e) {
- if (e != StopIteration) {
- throw e;
- }
- }
-
- }