the-infocom-files/bureaucracy

SYNTAX for PROP UP is wrongly defined

Opened this issue · 0 comments

The defintion in SYNTAX.ZIL, row 587:

<SYNTAX PROP UP (HELD CARRIED HAVE) OBJECT ON OBJECT = V-PUT-ON PRE-PUT-ON>

is wrong (the compiler issues a warning), it should probably be:

<SYNTAX PROP UP OBJECT (HELD CARRIED HAVE) ON OBJECT = V-PUT-ON PRE-PUT-ON>