Robopuppy Redux

An interactive fiction by J.D. Clemens (2007) - the Inform 7 source text

Home page

Contents
Previous

Complete text
Chapter 5 - Debugging - not for release

Command listing is an action out of world. Understand "show commands" as command listing.
Carry out command listing:
    repeat through the Table of Stored Commands begin;
        say "[message of command entry] [index entry] [action-name part of undertaking entry] [noun part of undertaking entry] [second noun part of undertaking entry][line break]";
    end repeat.