trinity icon indicating copy to clipboard operation
trinity copied to clipboard

ZILF warning (harmless) in SPOT-F

Open eriktorbjorn opened this issue 4 years ago • 0 comments

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.

eriktorbjorn avatar Sep 04 '20 12:09 eriktorbjorn