Verb meta ";i" ";inv" ";inventory" * -> InfixInv; Verb meta ";x" ";examine" * InfixRvalue -> InfixExamine; Verb meta ";xo" ";examineo" * InfixRvalue -> InfixExamineO; Verb meta ";xs" ";examines" * InfixRvalue -> InfixExamineS; Verb meta ";<" * InfixActionToken -> InfixAction * InfixActionToken InfixRvalue -> InfixAction * InfixActionToken InfixRvalue InfixRvalue -> InfixAction; Verb meta ";" * -> InfixWelcome * InfixRvalue -> InfixEval; Verb meta ";give" * InfixRvalue InfixRvalue -> InfixGive; Verb meta ";move" * InfixRvalue "to" InfixRvalue -> InfixMove; Verb meta ";remove" * InfixRvalue -> InfixRemove; Verb meta ";watch" ";w" * -> InfixWatchOn * "timers"/"daemons" -> TimersOn * "timers"/"daemons" "off" -> TimersOff * "actions" -> ActionsOn * "actions" "off" -> ActionsOff * "messages" -> RoutinesOn * "messages" "off" -> RoutinesOff * "objects" -> ChangesOn * "objects" "off" -> ChangesOff * InfixRvalueTerm -> InfixWatchOn * InfixRvalueTerm "off" -> InfixWatchOff; ! ------------------------------------------------------------------------