(type, value)
| 363 | if (type == ",") return cont(vardef1); |
| 364 | } |
| 365 | function forspec1(type, value) { |
| 366 | if (type == "variable") { |
| 367 | register(value); |
| 368 | } |
| 369 | return cont(pushlex(")"), pushcontext, forin, expression, poplex, statement, popcontext); |
| 370 | } |
| 371 | function forin(_type, value) { |
| 372 | if (value == "in") return cont(); |
| 373 | } |