X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=appendices%2Fd.rst;h=09f25a1255a7e0bb3f10b29c9ffd1ab586108b36;hp=8ff650fa7398a0602f854bf59c112b7f0257b6af;hb=f0b3c1de40eb2b2f228e43e99bf0535b1c2ea5da;hpb=b3c44842675dc0fd30576f6ffb0c3782144fc86a diff --git a/appendices/d.rst b/appendices/d.rst index 8ff650f..09f25a1 100644 --- a/appendices/d.rst +++ b/appendices/d.rst @@ -35,14 +35,18 @@ Compile-as-you-go you type the code sequentially as you read through the guide, the game won't compile until you reach the end of Chapter 13. To compile and test as you go, add these stubs to the end of the game file when you reach -the end of Chapter 10:: +the end of Chapter 10: + +.. code-block:: inform ! ================================================================ ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 10 Room cafe; Object clothes; -Replace those stubs with these at the end of Chapter 11:: +Replace those stubs with these at the end of Chapter 11: + +.. code-block:: inform ! ================================================================ ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 11 @@ -51,7 +55,9 @@ Replace those stubs with these at the end of Chapter 11:: Object clothes; Object costume; -and with these at the end of Chapter 12:: +and with these at the end of Chapter 12: + +.. code-block:: inform ! ================================================================ ! TEMPORARY DEFINITIONS NEEDED TO COMPILE AT THE END OF CHAPTER 12