-
Reported by : pollux
Description :
Section 14.2 uses the following case to demonstrate the use of 'prior named object':
now the prior named object is the noun;
say "Oh, [are] [they]?…
-
Reported by : otistdog
Description :
A straightforward (well, aside from the regular expression) condition in an if statement is not compiled.
The example provided shows this can be overcome through…
-
Reported by : CaptBobo
Description :
After entering in the 'Cave Entrance' example code from the manual and clicking 'Go', Inform will lock up and then crash.
Steps to reproduce :
"Cave Entrance"
Th…
-
Reported by : NYKevin
Description :
When using a relation-property to "fake" a ternary relation, Glulxe crashes with this error message:
Glulxe fatal error: Memory access out of range (-7FFFFFD2)
Ha…
-
Reported by : mattweiner
Description :
In the 6M62 documentation, "prior named object" is only used in Example 251 and not explained. In fact, some of the behavior of the prior named object is confusi…
-
Reported by : dfremont
Description :
Attempting to retrieve a phrase from a table entry causes the Problem message below. It's possible this is meant to be illegal, especially since Inform allows phra…
-
Reported by : otistdog
Description :
While the compiler rejects attempts to modify the "front side" and "back side" properties of a door using "now the front side of X is ..." or similar, it will allo…
-
Reported by : dfremont
Description :
WI 5.10 gives a list of characters allowed in ordinary source text, and says that other characters are "not legal", which suggests that they trigger a Problem mess…
-
Reported by : dfremont
Description :
If a table column contains lists with different base kinds, Inform gives a Problem message saying the issue is that the column contains only empty lists.
Steps to …
-
Reported by : dfremont
Description :
Defined number constants can't be used in the "with N blank rows" syntax at the end of a table. It's possible this is intentional, but I again plead the omnibus WI…