(type)
| 247 | return ro; |
| 248 | } |
| 249 | function blockvars(type) { |
| 250 | if (type == "name") {cx.marked = "def"; return cont(blockvars);} |
| 251 | if (type == "op" && content == "|") return cont(); |
| 252 | return cont(blockvars); |
| 253 | } |
| 254 | |
| 255 | function letdef1(type) { |
| 256 | if (type.match(/[\]\)\};]/)) return cont(); |