



I've stumbled on a slight problem in the
Inform library when dealing with inherited describe properties. Since describe is an additive property (which has me scratching my head
as to why, to be honest), any new describe routines are stored as an
array in a class' instance. This causes an error (well, only the Nitfol
interpreter caught it, as it's the only one being that strict about
things) when such a describe routine is run. The fix was to replace the
following in Verblibm: with This occurs three times, it appears.
About Patches
Issue L61025
Problem with additive 'describe' property
Submitted by: Chip Hayes
Appeared in: Library 6/10 or before
Fixed in: Library 6/11
Problem
Solution (by Kevin Bracey)
.describe~=NULL
.&describe~=0
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.