Inform - Support - Source

Back to List

Inventory
Complete

Backward
At End

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

Conclusion of file (lines 1049-1085)

1049  Verb meta ';i' ';inv' ';inventory'
1050      *                                           -> InfixInv;
1051  Verb meta ';x' ';examine'
1052      * InfixRvalue                               -> InfixExamine;
1053  Verb meta ';xo' ';examineo'
1054      * InfixRvalue                               -> InfixExamineO;
1055  Verb meta ';xs' ';examines'
1056      * InfixRvalue                               -> InfixExamineS;
1057  Verb meta ';<'
1058      * InfixActionToken                          -> InfixAction
1059      * InfixActionToken InfixRvalue              -> InfixAction
1060      * InfixActionToken InfixRvalue InfixRvalue  -> InfixAction;
1061  Verb meta ';//'
1062      *                                           -> InfixWelcome
1063      * InfixRvalue                               -> InfixEval;
1064  Verb meta ';give'
1065      * InfixRvalue InfixRvalue                   -> InfixGive;
1066  Verb meta ';move'
1067      * InfixRvalue "to" InfixRvalue              -> InfixMove;
1068  Verb meta ';remove'
1069      * InfixRvalue                               -> InfixRemove;
1070  Verb meta ';watch' ';w'
1071      *                                           -> InfixWatchOn
1072      * "timers"/"daemons"                        -> TimersOn
1073      * "timers"/"daemons" "off"                  -> TimersOff
1074      * "actions"                                 -> ActionsOn
1075      * "actions" "off"                           -> ActionsOff
1076      * "messages"                                -> RoutinesOn
1077      * "messages" "off"                          -> RoutinesOff
1078      * "objects"                                 -> ChangesOn
1079      * "objects" "off"                           -> ChangesOff
1080      * InfixRvalueTerm                           -> InfixWatchOn
1081      * InfixRvalueTerm "off"                     -> InfixWatchOff;
1082   
1083  #Endif; ! DEBUG
1084   
1085  ! ==============================================================================


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.