X-Git-Url: https://jxself.org/git/?p=ibg.git;a=blobdiff_plain;f=chapters%2F02.rst;h=933abaec80f926ead1c82451c541d6b23a8ab3b0;hp=4698aeea9cdf8d81e30d09cbe66e0bde2592d6ea;hb=7149f9762ee9b58ce18f377e65d3ee9c5098c69b;hpb=d0dff2f4aa9087ae729cc64778c94e62adc06ab2 diff --git a/chapters/02.rst b/chapters/02.rst index 4698aee..933abae 100644 --- a/chapters/02.rst +++ b/chapters/02.rst @@ -27,7 +27,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:: inform +.. code-block:: inform6 !============================================================================ Constant Story "William Tell"; @@ -43,7 +43,8 @@ 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::