btmux-0.6-rc4/doc/
btmux-0.6-rc4/event/
btmux-0.6-rc4/game/
btmux-0.6-rc4/game/maps/
btmux-0.6-rc4/game/mechs/
btmux-0.6-rc4/game/text/help/
btmux-0.6-rc4/game/text/help/cat_faction/
btmux-0.6-rc4/game/text/help/cat_inform/
btmux-0.6-rc4/game/text/help/cat_misc/
btmux-0.6-rc4/game/text/help/cat_mux/
btmux-0.6-rc4/game/text/help/cat_mux/cat_commands/
btmux-0.6-rc4/game/text/help/cat_mux/cat_functions/
btmux-0.6-rc4/game/text/help/cat_templates/
btmux-0.6-rc4/game/text/wizhelp/
btmux-0.6-rc4/include/
btmux-0.6-rc4/misc/
btmux-0.6-rc4/python/
btmux-0.6-rc4/src/hcode/btech/
btmux-0.6-rc4/tree/
& @switch
 
  Syntax: @switch[/<switches>] <string>=<t1>,<c1> [,<tN>,<cN>]...
          [,<cD>]

  Compares <string> against the targets <t1>, <t2>, etc, until a match
  is found, at which time the corresponding list of commands is
  performed.
  
  Wildcards, and the < and > operators are allowed in the targets.  By
  default, any list whose target matches the string is executed (the
  targets are not mutually exclusive). If no target matches, the 
  default list <cD> is executed.
 
  The following switches are available:
     /all   - (default) Perform the actionlists associated with all
              targets that match <string>.
     /first - Perform only the actionlist associated with the first
              target that matches <string>.