X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F02.rst;h=d8590cc17d1f206932add7b15a8dc6588a0d0ba0;hp=32f06a1cb578f72bc4ea2016eee9abe55e015b99;hb=a94081289bc21041a8daac44d8c8b6714a831281;hpb=bd26ba1632e68187fead18066425a2423bb40316 diff --git a/chapters/02.rst b/chapters/02.rst index 32f06a1..d8590cc 100644 --- a/chapters/02.rst +++ b/chapters/02.rst @@ -36,7 +36,7 @@ in which you initially write the game doesn't bear much resemblance to the text which the interpreter ultimately displays. For example, the "William Tell" game, in the form that we wrote it, starts like this: -.. code-block:: inform6 +.. code-block:: inform !============================================================================ Constant Story "William Tell"; @@ -53,7 +53,7 @@ Tell" game, in the form that we wrote it, starts like this: Class Room has light; - ! ... + ... You will never need to look at it in the form produced by the compiler::