untermud/DOC/
untermud/DOC/U/
untermud/DOC/U/U-examples/
untermud/DOC/internals/
untermud/DOC/wizard/
untermud/MISC/
untermud/MISC/dbchk/
untermud/RWHO/
untermud/RWHO/rwhod/
_if		_if boolean-expression cmd ["else" cmd].  This command is used
 		to perform a macro based on the evaluation of a boolean
 		expression. If the boolean expression is true, the first
 		command is executed and if it is not, and there is an "else"
 		clause, the second is executed. For example:
                 _if '! me & you' '@do something' else '@do nothing'
                 When using _if, you must be careful of quoting.