home *** CD-ROM | disk | FTP | other *** search
- .key dir
- .bra {
- .ket }
-
- resident "`which change`" pure add
- resident "`which filename`" pure add
- resident "`which chopline`" pure add
- resident "`which chopword`" pure add
- resident "`which count`" pure add
- resident "`which wbrun`" pure add
- resident "`which list`" pure add
-
- if "{dir}" EQ ""
- selector sel:Bro/browser.sel
- else
- execute sel:bro/makebrowser `filename -aspath "{dir}"`
- selector T:file.sel
- endif
-
- resident list remove
- resident chopword remove
- resident chopline remove
- resident filename remove
- resident change remove
- resident count remove
- resident wbrun remove
-
-