183 | | * {{{mods.funs.vars[name~\"atom\"], |
184 | | mods.funs.vars[name~\"string\"] |
185 | | mods.funs.vars[name~\"list\"]}}} -- list variable names containing the text atom, string, list, etc.. |
| 183 | * {{{mods.funs.vars[name~\"atom\"], mods.funs.vars[name~\"string\"], mods.funs.vars[name~\"list\"]}}} -- list variable names containing the text atom, string, list, etc.. |
| 184 | * {{{mods.funs.exprs.sub[type=tuple,[.sub[index>5]]]}}} -- list big tuples |
| 185 | * {{{mods.funs[.exprs.sub[type=tuple,[.sub[index>5]]]]}}} -- list functions containing big tuples |
| 186 | * {{{mods[no_tabs=false]}}} -- list modules containing tabs |
| 187 | * {{{mods.funs.exprs.sub[type=catch_expr]}}} -- list the expressions where catch used |
| 188 | * {{{mods.funs[.exprs.sub[type=catch_expr]]}}} -- list function conating catch |