the-infocom-files / trinity

Trinity
24 stars 5 forks source link

ZILF warning (harmless) in SPOT-F #48

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

This code appears in SPOT-F:

        <COND (<HERE? IN-SHACK>
               <TELL D ,SHACK>)
              (TY
               <TELL D ,TOWER>)>

ZILF warns that TY is always true. I can't see how this could be anything else than T which, of course, is also always true, but ZILF won't complain about that.