()
| 486 | if (type == "variable"){cx.marked = "variable-3"; return cont();} |
| 487 | } |
| 488 | function vardef() { |
| 489 | return pass(pattern, maybetype, maybeAssign, vardefCont); |
| 490 | } |
| 491 | function pattern(type, value) { |
| 492 | if (type == "variable") { register(value); return cont(); } |
| 493 | if (type == "[") return contCommasep(pattern, "]"); |