1234567891011121314151617181920 |
- # HOW TO EDIT THIS FILE:
- # The "handy ruler" below makes it easier to edit a package description.
- # Line up the first '|' above the ':' following the base package name, and
- # the '|' on the right side marks the last column you can put a character in.
- # You must make exactly 11 lines for the formatting to be correct. It's also
- # customary to leave one space after the ':' except on otherwise blank lines.
- |-----handy-ruler------------------------------------------------------|
- inform: inform (interactive fiction compiler)
- inform:
- inform: Inform 6 is version 6 of Inform, an interactive fiction programming
- inform: language created by Graham Nelson. Inform 6 made its debut on
- inform: April 30th, 1996, and it continues to be one of the most popular
- inform: IF development systems even after the introduction of Inform 7 in
- inform: 2006. Inform 6, like all other versions of Inform, compiles to code
- inform: not only for the Z-machine, the same virtual machine used by Infocom,
- inform: but also for the more powerful and flexible virtual machine called
- inform: Glulx.
- inform:
|