Run-Time Problem
Attempt to resize list to negative size (P68)
    

Most problems are detected when Inform translates the source text, but this is one of the exceptions, a "run-time problem" which emerges only during play.


A list can only have 0 or more items, so writing something like 'change L to have -2 entries' doesn't make any sense.