Triform 1.2a

Known Bugs
----------
D -- Only apparent in Debugging mode.
L -- Exists in the standard library as well.
S -- Only apparent under Strict error checking.
N -- Not considered to be an issue.

1. Calling InformLibrary.actor_act(actor, action, noun, second) in an NPC's
orders property will go into an infinite loop. Either use <<action noun second, actor>>
instead, or set action_mode to 0.

2N. found_in is only consulted for objects that provide visibility_ceiling.

3. Infix is now included but is completely untested.

4. Some issues with using more than one number in a command:
 aL. GET 4 COINS AND KEY AND 4 COINS takes 4 coins, not 8.
 b. GET 3 COINS AND MACHINE AND 2 KEYS has slightly wrong message.
 c. GET 5 BUT 2 COINS has slightly wrong message.