While displaying the abbreviations with minimal code for PunyInform, I noticed that some of the abbreviations proposed were not in any of the source code strings, such as:
Abbreviate "_to/";
Abbreviate "when_";
minimal code:
System_file;
Property door_to;
Property when_closed;
Property when_off;
Property with_key;
Property door_dir;
Property orders;
Property capacity;
Property invent;
Property inside_description;
Property react_before;
Property react_after;
Property add_to_scope;
Property parse_name;
Property when_open;
Property when_on;
Property daemon;
Property article;
[ Main; ];
inform6 -u test.inf
Inform 6.43 (in development)
Beginning calculation of optimal abbreviations…Chosen abbreviations (in Inform syntax):
Abbreviate ". ";
Abbreviate ", ";
Abbreviate “when_o”;
Abbreviate “rea”;
That seems to explain the "when_"
, but I have no idea about the strange "_to/"
.