15 212 312 4(string) 5(executed if block) 6(executed if block) 7(executed else block) 82 91 100 114 123 132 141 150 16[(jump here as expected) true /undefined] 17[(jump here as expected) false null] 185 19-1 20-2 21-3 22-4 23-5 241 253 265 277 289 29exit in for: 30=> passed 31exit in forall string: 32=> passed 33exit in forall array: 34=> passed 35exit in forall dict: 36=> passed 37(---------------- countexecstack ----------------) 383 39(---------------- execstack ----------------) 40[] 41(---------------- exception handling ----------------) 42(OK: this code just after loop should be executed) 43(OK: 'exit' should not be caught here.) 44(OK: 'stop' should be caught here.) 45