(type)
| 234 | return ro; |
| 235 | } |
| 236 | function blockvars(type) { |
| 237 | if (type == "name") {cx.marked = "def"; return cont(blockvars);} |
| 238 | if (type == "op" && content == "|") return cont(); |
| 239 | return cont(blockvars); |
| 240 | } |
| 241 | |
| 242 | function letdef1(type) { |
| 243 | if (type.match(/[\]\)\};]/)) return cont(); |